HomeSort by relevance Sort by last modified time
    Searched refs:utf8_countTrailBytes (Results 1 - 18 of 18) sorted by null

  /external/chromium/base/third_party/icu/
icu_utf.h 105 extern const uint8 utf8_countTrailBytes[256];
111 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
icu_utf.cc 78 utf8_countTrailBytes[256]={
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256];
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256];
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256];
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 45 * \var utf8_countTrailBytes
57 utf8_countTrailBytes[256];
63 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
urename.h     [all...]
  /external/icu4c/common/unicode/
utf8.h 45 * \var utf8_countTrailBytes
62 utf8_countTrailBytes[256];
71 #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
uintrnal.h 127 # define utf8_countTrailBytes utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE
utf_old.h 276 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
    [all...]
urename.h     [all...]
  /external/icu4c/common/
utf_impl.c 49 utf8_countTrailBytes[256]={
ucnv_u8.c 822 if(i<utf8_countTrailBytes[b]) {
888 toULimit=utf8_countTrailBytes[b]+1;
    [all...]
ucnvlat1.c 408 utf8->mode=utf8_countTrailBytes[b]+1;
ucnvmbcs.c     [all...]

Completed in 767 milliseconds