Searched refs:utf8_countTrailBytes (Results 1 – 14 of 14) sorted by relevance
106 extern const uint8 utf8_countTrailBytes[256];112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
78 utf8_countTrailBytes[256]={ variable
62 utf8_countTrailBytes[256]; variable71 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
134 # define utf8_countTrailBytes utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE macro
276 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
1625 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
822 if(i<utf8_countTrailBytes[b]) { in ucnv_UTF8FromUTF8()888 toULimit=utf8_countTrailBytes[b]+1; in ucnv_UTF8FromUTF8()961 toULimit=utf8_countTrailBytes[b]+1; in ucnv_UTF8FromUTF8()
49 utf8_countTrailBytes[256]={ variable
4936 if(i<utf8_countTrailBytes[b]) { in ucnv_SBCSFromUTF8()5029 toULimit=utf8_countTrailBytes[b]+1; in ucnv_SBCSFromUTF8()5151 toULimit=utf8_countTrailBytes[b]+1; in ucnv_SBCSFromUTF8()5240 if(i<utf8_countTrailBytes[b]) { in ucnv_DBCSFromUTF8()5313 toULimit=utf8_countTrailBytes[b]+1; in ucnv_DBCSFromUTF8()5465 toULimit=utf8_countTrailBytes[b]+1; in ucnv_DBCSFromUTF8()
408 utf8->mode=utf8_countTrailBytes[b]+1; in ucnv_Latin1FromUTF8()
53 utf8_countTrailBytes[256]={ variable
60 utf8_countTrailBytes[256]; variable
272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
1631 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro