Home
last modified time | relevance | path

Searched refs:utf8_countTrailBytes (Results 1 – 5 of 5) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dutf_old.h299 U_CFUNC const uint8_t utf8_countTrailBytes[]; variable
301 U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/ variable
308 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1739 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu/icu4c/source/common/unicode/
Dutf_old.h299 U_CFUNC const uint8_t utf8_countTrailBytes[]; variable
301 U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/ variable
308 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1739 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu/icu4c/source/common/
Dutf_impl.cpp59 utf8_countTrailBytes[256]={