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

  /external/icu/icu4c/source/common/
uchriter.cpp 329 U16_FWD_N(text, pos, end, delta);
334 U16_FWD_N(text, pos, end, delta);
punycode.cpp 549 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex);
unistr.cpp 851 U16_FWD_N(array, index, len, delta);
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf16.h 455 * @see U16_FWD_N
481 #define U16_FWD_N(s, i, length, n) { \
utf_old.h 713 /** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */
714 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 446 * U16_FWD_N() stops at the end of the string, that is, at the NUL if necessary.
450 U16_FWD_N(input, k, -1, cpIndex);
452 log_err("U16_FWD_N(code points from 0) moved to index %d but expected %d\n", k, expectedIndex);
606 U16_FWD_N(input, offsafe, UPRV_LENGTHOF(input), Nvalue[i]);
608 log_err("ERROR: U16_FWD_N offset expected:%d, Got:%d\n", fwd_N_safe[i], offsafe);
    [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 109 U16_FWD_N(text, pos, end, delta);
114 U16_FWD_N(text, pos, end, delta);
    [all...]

Completed in 354 milliseconds