Home
last modified time | relevance | path

Searched refs:U16_FWD_N (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Duchriter.cpp327 U16_FWD_N(text, pos, end, delta); in move32()
332 U16_FWD_N(text, pos, end, delta); in move32()
Dpunycode.cpp547 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex); in u_strFromPunycode()
Dunistr.cpp735 U16_FWD_N(array, index, len, delta); in moveIndex32()
/external/icu/icu4c/source/common/unicode/
Dutf16.h395 #define U16_FWD_N(s, i, length, n) { \ macro
Dutf_old.h678 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n)
1093 #define UTF_FWD_N(s, i, length, n) U16_FWD_N(s, i, length, n)
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c371 U16_FWD_N(input, k, -1, cpIndex); in TestNulTerminated()
515 U16_FWD_N(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR, Nvalue[i]); in TestFwdBack()
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp107 U16_FWD_N(text, pos, end, delta); in move32()
112 U16_FWD_N(text, pos, end, delta); in move32()