Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/icu/
Dicu_utf.cc142 CBU8_MASK_LEAD_BYTE((c), count); in utf8_nextCharSafeBody()
Dicu_utf.h117 #define CBU8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) macro