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

  /external/chromium_org/base/third_party/icu/
icu_utf.h 106 extern const uint8 utf8_countTrailBytes[256];
112 #define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::utf8_countTrailBytes[(uint8)leadByte])
icu_utf.cc 78 utf8_countTrailBytes[256]={
  /external/chromium_org/third_party/icu/source/common/
utf_impl.c 53 utf8_countTrailBytes[256]={
  /external/icu/icu4c/source/common/
utf_impl.c 53 utf8_countTrailBytes[256]={
  /external/chromium_org/third_party/icu/source/common/unicode/
utf8.h 43 * \var utf8_countTrailBytes
60 utf8_countTrailBytes[256];
73 * The pre-ICU 50 implementation used the exported array utf8_countTrailBytes:
74 * #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[leadByte])
utf_old.h 272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
utf8.h 43 * \var utf8_countTrailBytes
60 utf8_countTrailBytes[256];
73 * The pre-ICU 50 implementation used the exported array utf8_countTrailBytes:
74 * #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[leadByte])
utf_old.h 272 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
    [all...]
urename.h     [all...]

Completed in 113 milliseconds