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

  /external/chromium/base/third_party/icu/
icu_utf.cc 78 utf8_countTrailBytes[256]={
  /external/icu4c/common/
utf_impl.c 49 utf8_countTrailBytes[256]={
  /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
urename.h     [all...]
  /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...]

Completed in 148 milliseconds