Searched defs:UTF8_ERROR_VALUE_1 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/unicode/
H A Dutf_old.h185 * UTF8_ERROR_VALUE_1 and UTF8_ERROR_VALUE_2 are special error values for UTF-8,
198 #define UTF8_ERROR_VALUE_1 0x15 macro
201 * See documentation on UTF8_ERROR_VALUE_1 for details.
222 (((c)&0xfffe)==0xfffe || (c)==UTF8_ERROR_VALUE_1 || (c)==UTF8_ERROR_VALUE_2)
231 (c)!=UTF8_ERROR_VALUE_1 && (c)!=UTF8_ERROR_VALUE_2)
415 (c)=UTF8_ERROR_VALUE_1; \
488 (c)=UTF8_ERROR_VALUE_1; \

Completed in 54 milliseconds