Home
last modified time | relevance | path

Searched refs:codepoint1 (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp321 const int codepoint1 = get_codepoint(); in scan_string() local
322 int codepoint = codepoint1; // start with codepoint1 in scan_string()
324 if (JSON_HEDLEY_UNLIKELY(codepoint1 == -1)) in scan_string()
331 if (0xD800 <= codepoint1 && codepoint1 <= 0xDBFF) in scan_string()
350 (static_cast<unsigned int>(codepoint1) << 10u) in scan_string()
372 if (JSON_HEDLEY_UNLIKELY(0xDC00 <= codepoint1 && codepoint1 <= 0xDFFF)) in scan_string()
/third_party/json/tests/src/
H A Dunit-unicode1.cpp71 const auto codepoint1 = 0xd800u + (((cp - 0x10000u) >> 10) & 0x3ffu); variable
73 json_text += codepoint_to_unicode(codepoint1) + codepoint_to_unicode(codepoint2);
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp6723 const int codepoint1 = get_codepoint();
6724 int codepoint = codepoint1; // start with codepoint1
6726 if (JSON_HEDLEY_UNLIKELY(codepoint1 == -1))
6733 if (0xD800 <= codepoint1 && codepoint1 <= 0xDBFF)
6752 (static_cast<unsigned int>(codepoint1) << 10u)
6774 if (JSON_HEDLEY_UNLIKELY(0xDC00 <= codepoint1 && codepoint1 <= 0xDFFF))
/third_party/json/single_include/nlohmann/
H A Djson.hpp7622 const int codepoint1 = get_codepoint();
7623 int codepoint = codepoint1; // start with codepoint1
7625 if (JSON_HEDLEY_UNLIKELY(codepoint1 == -1))
7632 if (0xD800 <= codepoint1 && codepoint1 <= 0xDBFF)
7651 (static_cast<unsigned int>(codepoint1) << 10u)
7673 if (JSON_HEDLEY_UNLIKELY(0xDC00 <= codepoint1 && codepoint1 <= 0xDFFF))

Completed in 48 milliseconds