Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DOneLineShaper.cpp822 auto codepoint2 = SkUTF::NextUTF8WithReplacement(&last, end); in getEmojiSequenceStart() local
825 if (unicode->isRegionalIndicator(codepoint2)) { in getEmojiSequenceStart()
827 if (unicode->isRegionalIndicator(codepoint2)) { in getEmojiSequenceStart()
837 if (codepoint2 == 0xFE0F) { in getEmojiSequenceStart()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path.cc1191 int codepoint2 = HFSReadNextNonIgnorableCodepoint(string2.data(), in HFSFastUnicodeCompare() local
1194 if (codepoint1 != codepoint2) in HFSFastUnicodeCompare()
1195 return (codepoint1 < codepoint2) ? -1 : 1; in HFSFastUnicodeCompare()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path.cc1258 base_icu::UChar32 codepoint2 = in HFSFastUnicodeCompare() local
1260 if (codepoint1 != codepoint2) in HFSFastUnicodeCompare()
1261 return (codepoint1 < codepoint2) ? -1 : 1; in HFSFastUnicodeCompare()
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp7454 const int codepoint2 = get_codepoint(); in scan_string() local
7456 if (JSON_HEDLEY_UNLIKELY(codepoint2 == -1)) in scan_string()
7463 … if (JSON_HEDLEY_LIKELY(0xDC00 <= codepoint2 && codepoint2 <= 0xDFFF)) in scan_string()
7470 + static_cast<unsigned int>(codepoint2) in scan_string()