Searched refs:utf8_minChar32 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Ducnv_u8.c80 * 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 }; variable
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] &&

Completed in 1161 milliseconds