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

  /external/libchrome/base/third_party/icu/
icu_utf.h 104 extern const uint8_t utf8_countTrailBytes[256];
111 (base_icu::utf8_countTrailBytes[(uint8_t)leadByte])
icu_utf.cc 77 const uint8_t utf8_countTrailBytes[256] =
  /external/icu/icu4c/source/common/
utf_impl.c 55 utf8_countTrailBytes[256]={
  /external/icu/icu4c/source/common/unicode/
utf8.h 45 * \var utf8_countTrailBytes
62 utf8_countTrailBytes[256];
75 * The pre-ICU 50 implementation used the exported array utf8_countTrailBytes:
76 * #define U8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[leadByte])
utf_old.h 274 #define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
    [all...]
urename.h     [all...]

Completed in 106 milliseconds