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

  /external/chromium_org/third_party/icu/source/common/
ucnv_u8.c 80 * UTF-8 byte sequences of length N _must_ encode code points of or above utf8_minChar32[N];
85 utf8_minChar32[7]={ 0, 0, 0x80, 0x800, 0x10000, 0xffffffff, 0xffffffff };
160 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
166 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
288 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
294 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
716 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
723 (uint32_t)ch >= utf8_minChar32[extraBytesToWrite] &&
    [all...]
  /external/icu4c/common/
ucnv_u8.c 83 * UTF-8 byte sequences of length N _must_ encode code points of or above utf8_minChar32[N];
88 utf8_minChar32[7]={ 0, 0, 0x80, 0x800, 0x10000, 0xffffffff, 0xffffffff };
163 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
169 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
291 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
297 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
719 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
726 (uint32_t)ch >= utf8_minChar32[extraBytesToWrite] &&
    [all...]

Completed in 38 milliseconds