Searched refs:codepoint2 (Results 1 – 1 of 1) sorted by relevance
875 unsigned codepoint2 = ParseHex4(is, escapeOffset); in ParseStringToStream() local877 if (RAPIDJSON_UNLIKELY(codepoint2 < 0xDC00 || codepoint2 > 0xDFFF)) in ParseStringToStream()879 … codepoint = (((codepoint - 0xD800) << 10) | (codepoint2 - 0xDC00)) + 0x10000; in ParseStringToStream()