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

  /external/icu/icu4c/source/i18n/
utf8collationiterator.cpp 114 U8_PREV_OR_FFFD(u8, 0, pos, c);
240 U8_PREV_OR_FFFD(u8, 0, i, c);
314 U8_PREV_OR_FFFD(u8, 0, pos, c);
328 U8_PREV_OR_FFFD(u8, 0, pos, c);
476 U8_PREV_OR_FFFD(u8, 0, pos, c);
490 U8_PREV_OR_FFFD(u8, 0, pos, c);
rulebasedcollator.cpp     [all...]
  /external/icu/icu4c/source/common/
uiter.cpp 810 U8_PREV_OR_FFFD(s, 0, i, c);
922 U8_PREV_OR_FFFD(s, 0, iter->start, c);
978 U8_PREV_OR_FFFD((const uint8_t *)iter->context, 0, index, c);
uniset.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
utf8.h 711 #define U8_PREV_OR_FFFD(s, start, i, c) { \
  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 421 U8_PREV_OR_FFFD(input, 0, setOffset, c);
423 log_err("ERROR: U8_PREV_OR_FFFD failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
428 log_err("ERROR: U8_PREV_OR_FFFD failed at offset=%ld. Expected:%lx Got:%lx\n", offset, expected, c);
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 407 milliseconds