Home
last modified time | relevance | path

Searched refs:CBU16_IS_SINGLE (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/third_party/icu/
Dicu_utf.h311 #define CBU16_IS_SINGLE(c) !CBU_IS_SURROGATE(c) macro
/third_party/gn/src/base/strings/
Dutf_string_conversions.cc91 if (!CBU16_IS_SINGLE(in) || !IsValidCodepoint(in)) { in DoUTFConversion()
/third_party/gn/src/base/json/
Djson_parser.cc602 DCHECK(CBU16_IS_SINGLE(code_unit16_high)); in DecodeUTF16()