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

  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 348 U8_PREV(input, 0, setOffset, c);
350 log_err("ERROR: U8_PREV failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
355 log_err("ERROR: U8_PREV failed for input=%ld. Expected:%lx Got:%lx\n", offset, expected, c);
494 U8_PREV(nonChars, 0, idx, ch);
496 log_err("U8_PREV(at %d) failed to read a non-character\n", idx);
    [all...]
trie2test.c 457 U8_PREV(s, 0, i8, c);
    [all...]
  /external/icu/icu4c/source/common/
ucasemap.cpp 197 U8_PREV((const uint8_t *)csc->p, csc->start, csc->index, c);
  /external/icu/icu4c/source/common/unicode/
utf8.h 623 * @see U8_PREV
668 #define U8_PREV(s, start, i, c) { \
690 * Use U8_PREV() if that distinction is important.
696 * @see U8_PREV

Completed in 1901 milliseconds