Searched refs:UTF8_ERROR_VALUE_1 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 63 #ifndef UTF8_ERROR_VALUE_1 64 # define UTF8_ERROR_VALUE_1 0x15 macro 74 (((c)&0xfffe)==0xfffe || (c)==UTF8_ERROR_VALUE_1 || (c)==UTF8_ERROR_VALUE_2) 236 -1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, in TestGetChar() 239 -1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, in TestGetChar() 240 -1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1 in TestGetChar() 306 0x10401, 0x10401, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, in TestNextPrevChar() 307 UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, in TestNextPrevChar() 308 UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, in TestNextPrevChar() 309 UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, in TestNextPrevChar() [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | utf_old.h | 211 #define UTF8_ERROR_VALUE_1 0x15 macro 235 (((c)&0xfffe)==0xfffe || (c)==UTF8_ERROR_VALUE_1 || (c)==UTF8_ERROR_VALUE_2) 244 (c)!=UTF8_ERROR_VALUE_1 && (c)!=UTF8_ERROR_VALUE_2) 447 (c)=UTF8_ERROR_VALUE_1; \ 520 (c)=UTF8_ERROR_VALUE_1; \
|
/external/icu/icu4c/source/common/unicode/ |
D | utf_old.h | 211 #define UTF8_ERROR_VALUE_1 0x15 macro 235 (((c)&0xfffe)==0xfffe || (c)==UTF8_ERROR_VALUE_1 || (c)==UTF8_ERROR_VALUE_2) 244 (c)!=UTF8_ERROR_VALUE_1 && (c)!=UTF8_ERROR_VALUE_2) 447 (c)=UTF8_ERROR_VALUE_1; \ 520 (c)=UTF8_ERROR_VALUE_1; \
|