Home
last modified time | relevance | path

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

/external/chromium_org/base/third_party/icu/
Dicu_utf.cc139 uint8 count=CBU8_COUNT_TRAIL_BYTES(c); in utf8_nextCharSafeBody()
Dicu_utf.h112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte]) macro