Searched refs:utf8_countTrailBytes (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/base/third_party/icu/
H A Dicu_utf.h106 extern const uint8 utf8_countTrailBytes[256];
112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
H A Dicu_utf.cc78 utf8_countTrailBytes[256]={ member in namespace:base_icu
/external/chromium_org/third_party/icu/source/common/
H A Dutf_impl.c53 utf8_countTrailBytes[256]={ variable
/external/icu/icu4c/source/common/
H A Dutf_impl.c53 utf8_countTrailBytes[256]={ variable
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf8.h43 * \var utf8_countTrailBytes
60 utf8_countTrailBytes[256]; variable
73 * The pre-ICU 50 implementation used the exported array utf8_countTrailBytes:
74 * #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[leadByte])
H A Dutf_old.h272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
H A Durename.h1710 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu/icu4c/source/common/unicode/
H A Dutf8.h43 * \var utf8_countTrailBytes
60 utf8_countTrailBytes[256]; variable
73 * The pre-ICU 50 implementation used the exported array utf8_countTrailBytes:
74 * #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[leadByte])
H A Dutf_old.h272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
H A Durename.h1631 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro

Completed in 5670 milliseconds