HomeSort by relevance Sort by last modified time
    Searched refs:UTF8_ERROR_VALUE_1 (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/cintltst/
utf8tst.c 181 0x25, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
184 0x31, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
185 0x240, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1
230 0x10401, 0x10401, 0x10401, 0xf0, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
231 0x90, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, 0x2841410, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1
    [all...]
  /external/icu4c/common/
utf_impl.c 81 UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_2, UTF_ERROR_VALUE, 0x10ffff,
144 return UTF8_ERROR_VALUE_1;
256 return UTF8_ERROR_VALUE_1;
301 c=UTF8_ERROR_VALUE_1;
316 c=UTF8_ERROR_VALUE_1;
325 c=UTF8_ERROR_VALUE_1;
  /external/icu4c/common/unicode/
utf_old.h 185 * UTF8_ERROR_VALUE_1 and UTF8_ERROR_VALUE_2 are special error values for UTF-8,
198 #define UTF8_ERROR_VALUE_1 0x15
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; \
    [all...]

Completed in 22 milliseconds