Searched refs:codepoint2 (Results 1 – 4 of 4) sorted by relevance
328 const int codepoint2 = get_codepoint(); in scan_string() local330 if (JSON_HEDLEY_UNLIKELY(codepoint2 == -1)) in scan_string()337 … if (JSON_HEDLEY_LIKELY(0xDC00 <= codepoint2 && codepoint2 <= 0xDFFF)) in scan_string()344 + static_cast<unsigned int>(codepoint2) in scan_string()
614 utf8proc_int32_t codepoint2,621 …RT utf8proc_bool utf8proc_grapheme_break(utf8proc_int32_t codepoint1, utf8proc_int32_t codepoint2);
93 const auto codepoint2 = 0xdc00u + ((cp - 0x10000u) & 0x3ffu); in skip() local94 … json_text += codepoint_to_unicode(codepoint1) + codepoint_to_unicode(codepoint2); in skip()
6858 const int codepoint2 = get_codepoint(); in scan_string() local6860 if (JSON_HEDLEY_UNLIKELY(codepoint2 == -1)) in scan_string()6867 … if (JSON_HEDLEY_LIKELY(0xDC00 <= codepoint2 && codepoint2 <= 0xDFFF)) in scan_string()6874 + static_cast<unsigned int>(codepoint2) in scan_string()