Searched refs:utf8_countTrailBytes (Results 1 – 8 of 8) sorted by relevance
104 extern const uint8_t utf8_countTrailBytes[256];111 (base_icu::utf8_countTrailBytes[(uint8_t)leadByte])
77 const uint8_t utf8_countTrailBytes[256] = variable
106 extern const uint8_t utf8_countTrailBytes[256];112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8_t)leadByte])
78 utf8_countTrailBytes[256]={ variable
53 utf8_countTrailBytes[256]={ variable
60 utf8_countTrailBytes[256]; variable
272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
1671 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro