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

  /external/icu/icu4c/source/common/
unistr_props.cpp 44 U16_PREV(array, 0, i, c);
uchriter.cpp 219 U16_PREV(text, begin, pos, c);
287 U16_PREV(text, begin, pos, c);
ubidiwrt.c 230 U16_PREV(src, 0, srcLength, c);
278 U16_PREV(src, 0, srcLength, c);
282 U16_PREV(src, 0, srcLength, c);
ustrcase.cpp 110 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c);
unisetspan.cpp 359 U16_PREV(s16, 0, len, c);
    [all...]
uts46.cpp     [all...]
uniset.cpp     [all...]
ubidi.c     [all...]
  /frameworks/minikin/libs/minikin/
GraphemeBreak.cpp 43 U16_PREV(buf, start, offset_back, c1);
  /external/icu/icu4c/source/common/unicode/
utf16.h 461 * @see U16_PREV
492 #define U16_PREV(s, start, i, c) { \
utf_old.h 714 /** @deprecated ICU 2.4. Use U16_PREV instead, see utf_old.h. */
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 128 for(i=UPRV_LENGTHOF(input); i>0; /* U16_PREV pre-decrements */) {
129 U16_PREV(input, 0, i, c);
  /external/icu/icu4c/source/i18n/
rematch.cpp     [all...]
usearch.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 306 U16_PREV(input, 0, setOffset, c);
308 log_err("ERROR: U16_PREV failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
312 log_err("ERROR: U16_PREV failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+4], c);
trie2test.c 328 U16_PREV(s, 0, sIndex, c2);
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 818 milliseconds