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