Searched refs:utf8_countTrailBytes (Results 1 – 14 of 14) sorted by relevance
105 extern const uint8 utf8_countTrailBytes[256];111 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
78 utf8_countTrailBytes[256]={ variable
57 utf8_countTrailBytes[256]; variable63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
53 utf8_countTrailBytes[256]={ variable
60 utf8_countTrailBytes[256]; variable
272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
1655 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro