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

  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 327 U16_FWD_N(text, pos, end, delta);
332 U16_FWD_N(text, pos, end, delta);
punycode.cpp 547 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex);
unistr.cpp 760 U16_FWD_N(array, index, len, delta);
    [all...]
  /external/icu/icu4c/source/common/
uchriter.cpp 327 U16_FWD_N(text, pos, end, delta);
332 U16_FWD_N(text, pos, end, delta);
punycode.cpp 547 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex);
unistr.cpp 760 U16_FWD_N(array, index, len, delta);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utf16.h 369 * @see U16_FWD_N
395 #define U16_FWD_N(s, i, length, n) { \
utf_old.h 677 /** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */
678 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n)
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf16.h 369 * @see U16_FWD_N
395 #define U16_FWD_N(s, i, length, n) { \
utf_old.h 677 /** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */
678 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 369 * U16_FWD_N() stops at the end of the string, that is, at the NUL if necessary.
373 U16_FWD_N(input, k, -1, cpIndex);
375 log_err("U16_FWD_N(code points from 0) moved to index %d but expected %d\n", k, expectedIndex);
517 U16_FWD_N(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR, Nvalue[i]);
519 log_err("ERROR: U16_FWD_N offset expected:%d, Got:%d\n", fwd_N_safe[i], offsafe);
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 369 * U16_FWD_N() stops at the end of the string, that is, at the NUL if necessary.
373 U16_FWD_N(input, k, -1, cpIndex);
375 log_err("U16_FWD_N(code points from 0) moved to index %d but expected %d\n", k, expectedIndex);
517 U16_FWD_N(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR, Nvalue[i]);
519 log_err("ERROR: U16_FWD_N offset expected:%d, Got:%d\n", fwd_N_safe[i], offsafe);
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 106 U16_FWD_N(text, pos, end, delta);
111 U16_FWD_N(text, pos, end, delta);
    [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 106 U16_FWD_N(text, pos, end, delta);
111 U16_FWD_N(text, pos, end, delta);
    [all...]

Completed in 284 milliseconds