Searched refs:utf8_countTrailBytes (Results 1 – 4 of 4) sorted by relevance
53 utf8_countTrailBytes[256]={ variable
60 utf8_countTrailBytes[256]; variable
272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
1670 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro