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

  /external/icu/icu4c/source/i18n/
number_stringbuilder.cpp 103 U16_GET(getCharPtr() + fZero, 0, 0, fLength, cp);
114 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp);
120 U16_GET(getCharPtr() + fZero, 0, index, fLength, cp);
128 U16_GET(getCharPtr() + fZero, 0, offset, fLength, cp);
uregex.cpp     [all...]
tzfmt.cpp     [all...]
rematch.cpp     [all...]
usearch.cpp     [all...]
  /external/icu/icu4c/source/common/
uchriter.cpp 251 U16_GET(text, begin, pos, end, c);
caniter.cpp 450 U16_GET(segment, 0, i, segLen, cp);
ucurr.cpp     [all...]
unistr.cpp 795 U16_GET(array, 0, offset, len, c);
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf16.h 163 * @see U16_GET
200 #define U16_GET(s, start, i, length, c) { \
utf_old.h 607 /** @deprecated ICU 2.4. Use U16_GET instead, see utf_old.h. */
    [all...]
  /external/icu/libandroidicu/include/unicode/
utf16.h 163 * @see U16_GET
200 #define U16_GET(s, start, i, length, c) { \
utf_old.h 607 /** @deprecated ICU 2.4. Use U16_GET instead, see utf_old.h. */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 205 U16_GET(input, 0, offset, UPRV_LENGTHOF(input), c);
207 log_err("ERROR: U16_GET failed for offset=%ld. Expected:%lx Got:%lx\n", offset, expected, c);
461 U16_GET(input, 0, j, -1, c2);
463 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
    [all...]
cnormtst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp     [all...]
citrtest.cpp     [all...]
transtst.cpp     [all...]

Completed in 6204 milliseconds