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

/external/icu/icu4c/source/common/
H A Ducnv_u8.c83 * 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 }; variable
172 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
178 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
300 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
306 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
728 * - use at most 4 bytes (for i>=5 it is 0x10ffff<utf8_minChar32[])
735 (uint32_t)ch >= utf8_minChar32[extraBytesToWrite] &&

Completed in 288 milliseconds