Home
last modified time | relevance | path

Searched refs:codepoint2 (Results 1 – 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp328 const int codepoint2 = get_codepoint(); in scan_string() local
330 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()
/third_party/iowow/src/utils/
Dutf8proc.h614 utf8proc_int32_t codepoint2,
621 …RT utf8proc_bool utf8proc_grapheme_break(utf8proc_int32_t codepoint1, utf8proc_int32_t codepoint2);
/third_party/json/test/src/
Dunit-unicode1.cpp93 const auto codepoint2 = 0xdc00u + ((cp - 0x10000u) & 0x3ffu); in skip() local
94 … json_text += codepoint_to_unicode(codepoint1) + codepoint_to_unicode(codepoint2); in skip()
/third_party/json/single_include/nlohmann/
Djson.hpp6858 const int codepoint2 = get_codepoint(); in scan_string() local
6860 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()