Home
last modified time | relevance | path

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

/external/chromium/base/third_party/icu/
Dicu_utf.h105 extern const uint8 utf8_countTrailBytes[256];
111 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
Dicu_utf.cc78 utf8_countTrailBytes[256]={ variable
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf8.h57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Dutf8.h57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf8.h57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf8.h57 utf8_countTrailBytes[256]; variable
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1131 #define utf8_countTrailBytes utf8_countTrailBytes_3_2 macro
/external/icu4c/common/unicode/
Dutf8.h62 utf8_countTrailBytes[256]; variable
71 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Duintrnal.h127 # define utf8_countTrailBytes utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE macro
Dutf_old.h276 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
Durename.h1639 #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) macro
/external/icu4c/common/
Ducnv_u8.c822 if(i<utf8_countTrailBytes[b]) { in ucnv_UTF8FromUTF8()
888 toULimit=utf8_countTrailBytes[b]+1; in ucnv_UTF8FromUTF8()
961 toULimit=utf8_countTrailBytes[b]+1; in ucnv_UTF8FromUTF8()
Dutf_impl.c49 utf8_countTrailBytes[256]={ variable
Ducnvmbcs.c4932 if(i<utf8_countTrailBytes[b]) { in ucnv_SBCSFromUTF8()
5025 toULimit=utf8_countTrailBytes[b]+1; in ucnv_SBCSFromUTF8()
5147 toULimit=utf8_countTrailBytes[b]+1; in ucnv_SBCSFromUTF8()
5236 if(i<utf8_countTrailBytes[b]) { in ucnv_DBCSFromUTF8()
5309 toULimit=utf8_countTrailBytes[b]+1; in ucnv_DBCSFromUTF8()
5461 toULimit=utf8_countTrailBytes[b]+1; in ucnv_DBCSFromUTF8()
Ducnvlat1.c408 utf8->mode=utf8_countTrailBytes[b]+1; in ucnv_Latin1FromUTF8()