Home
last modified time | relevance | path

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

/third_party/gn/src/base/third_party/icu/
Dicu_utf.cc87 if (strict <= 0 || !CBU_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
101 if (strict <= 0 || !CBU_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
Dicu_utf.h71 #define CBU_IS_UNICODE_NONCHAR(c) \ macro
94 (0xdfff < (c) && (c) <= 0x10ffff && !CBU_IS_UNICODE_NONCHAR(c)))