Home
last modified time | relevance | path

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

/third_party/gn/src/base/third_party/icu/
Dicu_utf.h363 #define CBU16_GET_SUPPLEMENTARY(lead, trail) \ macro
434 (c) = CBU16_GET_SUPPLEMENTARY((c), __c2); \
/third_party/gn/src/base/strings/
Dutf_string_conversion_utils.cc46 CBU16_GET_SUPPLEMENTARY(src[*char_index], src[*char_index + 1]); in ReadUnicodeCharacter()
Dutf_string_conversions.cc106 code_point = CBU16_GET_SUPPLEMENTARY(src[i], src[i + 1]); in DoUTFConversion()
/third_party/gn/src/base/json/
Djson_parser.cc595 CBU16_GET_SUPPLEMENTARY(code_unit16_high, code_unit16_low); in DecodeUTF16()