Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/icu/
Dicu_utf.cc197 while(count>0 && CBU8_IS_TRAIL(s[i])) { in utf8_nextCharSafeBody()
214 while((i)<(length) && CBU8_IS_TRAIL(s[i])) { in utf8_nextCharSafeBody()
Dicu_utf.h141 #define CBU8_IS_TRAIL(c) (((c)&0xc0)==0x80) macro