Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/icu/
Dicu_utf.cc89 if(strict<=0 || !CBU_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
103 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)))