Searched defs:utf8_countTrailBytes (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/third_party/icu/
H A Dicu_utf.cc77 const uint8_t utf8_countTrailBytes[256] = member in namespace:base_icu
/external/icu/icu4c/source/common/
H A Dutf_impl.c55 utf8_countTrailBytes[256]={ variable
/external/icu/icu4c/source/common/unicode/
H A Dutf8.h45 * \var utf8_countTrailBytes
62 utf8_countTrailBytes[256]; variable
75 * The pre-ICU 50 implementation used the exported array utf8_countTrailBytes:
76 * #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[leadByte])
H A Durename.h1693 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro

Completed in 98 milliseconds