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

  /external/libchrome/base/third_party/icu/
icu_utf.cc 77 const uint8_t utf8_countTrailBytes[256] =
  /external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.cc 78 utf8_countTrailBytes[256]={
  /external/icu/icu4c/source/common/
utf_impl.c 53 utf8_countTrailBytes[256]={
  /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])
urename.h     [all...]

Completed in 2127 milliseconds