Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF8_ERROR_VALUE_2

185  * UTF8_ERROR_VALUE_1 and UTF8_ERROR_VALUE_2 are special error values for UTF-8,
205 #define UTF8_ERROR_VALUE_2 0x9f
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)