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

  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 189 0x25, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
192 0x31, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
193 0x240, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1
246 0x10401, 0x10401, 0x10401, 0xf0, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
247 0x90, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, 0x2841410, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf_old.h 181 * UTF8_ERROR_VALUE_1 and UTF8_ERROR_VALUE_2 are special error values for UTF-8,
194 #define UTF8_ERROR_VALUE_1 0x15
197 * See documentation on UTF8_ERROR_VALUE_1 for details.
218 (((c)&0xfffe)==0xfffe || (c)==UTF8_ERROR_VALUE_1 || (c)==UTF8_ERROR_VALUE_2)
227 (c)!=UTF8_ERROR_VALUE_1 && (c)!=UTF8_ERROR_VALUE_2)
411 (c)=UTF8_ERROR_VALUE_1; \
484 (c)=UTF8_ERROR_VALUE_1; \
    [all...]
  /external/icu/icu4c/source/common/
utf_impl.c 85 UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_2, UTF_ERROR_VALUE, 0x10ffff,

Completed in 33 milliseconds