Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutf_old.h296 U_CFUNC const uint8_t utf8_countTrailBytes[]; variable
298 U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/ variable
305 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1800 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu/libandroidicu/include/unicode/
Dutf_old.h296 U_CFUNC const uint8_t utf8_countTrailBytes[]; variable
298 U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/ variable
305 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1800 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu/libicu/cts_headers/unicode/
Dutf_old.h296 U_CFUNC const uint8_t utf8_countTrailBytes[]; variable
298 U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/ variable
305 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1800 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu/libicu/ndk_headers/unicode/
Dutf_old.h296 U_CFUNC const uint8_t utf8_countTrailBytes[]; variable
298 U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/ variable
305 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1800 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu/icu4c/source/common/
Dutf_impl.cpp59 utf8_countTrailBytes[256]={