Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/icu/
Dicu_utf.cc138 uint8_t count = CBU8_COUNT_TRAIL_BYTES(c); in utf8_nextCharSafeBody()
Dicu_utf.h110 #define CBU8_COUNT_TRAIL_BYTES(leadByte) \ macro