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

/external/chromium/base/third_party/icu/
H A Dicu_utf.cc78 utf8_countTrailBytes[256]={ member in namespace:base_icu
/external/icu4c/common/
H A Dutf_impl.c49 utf8_countTrailBytes[256]={ variable
/external/icu4c/common/unicode/
H A Dutf8.h45 * \var utf8_countTrailBytes
62 utf8_countTrailBytes[256]; variable
71 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
H A Duintrnal.h134 # define utf8_countTrailBytes utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE macro
H A Durename.h1625 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf8.h45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
H A Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf8.h45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
H A Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf8.h45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
H A Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf8.h45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
H A Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro

Completed in 199 milliseconds