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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 455 * @see U8_PREV
500 #define U8_PREV(s, start, i, c) { \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 455 * @see U8_PREV
500 #define U8_PREV(s, start, i, c) { \
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 455 * @see U8_PREV
500 #define U8_PREV(s, start, i, c) { \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 455 * @see U8_PREV
500 #define U8_PREV(s, start, i, c) { \
  /external/icu4c/common/unicode/
utf8.h 511 * @see U8_PREV
556 #define U8_PREV(s, start, i, c) { \
  /external/icu4c/common/
uiter.cpp 817 U8_PREV(s, 0, i, c);
933 U8_PREV(s, 0, iter->start, c);
991 U8_PREV((const uint8_t *)iter->context, 0, index, c);
ucasemap.c 205 U8_PREV((const uint8_t *)csc->p, csc->start, csc->index, c);
uniset.cpp     [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 352 U8_PREV(input, 0, setOffset, c);
354 log_err("ERROR: U8_PREV failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
358 log_err("ERROR: U8_PREV failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+4], c);
394 U8_PREV(nonChars, 0, idx, ch);
396 log_err("U8_PREV(at %d) failed to read a non-character\n", idx);
    [all...]
trie2test.c 459 U8_PREV(s, 0, i8, c);
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 578 milliseconds