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

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

Completed in 180 milliseconds