Home
last modified time | relevance | path

Searched refs:CBU16_LENGTH (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/strings/
Dutf_string_conversion_utils.cc79 if (CBU16_LENGTH(code_point) == 1) { in WriteUnicodeCharacter()
/third_party/gn/src/base/third_party/icu/
Dicu_utf.h395 #define CBU16_LENGTH(c) ((uint32_t)(c) <= 0xffff ? 1 : 2) macro