Searched refs:CBU8_COUNT_TRAIL_BYTES (Results 1 – 2 of 2) sorted by relevance
139 uint8 count=CBU8_COUNT_TRAIL_BYTES(c); in utf8_nextCharSafeBody()
112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte]) macro