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.cpp329 U16_FWD_N(text, pos, end, delta); in move32()
334 U16_FWD_N(text, pos, end, delta); in move32()
Dpunycode.cpp549 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex); in u_strFromPunycode()
Dunistr.cpp851 U16_FWD_N(array, index, len, delta); in moveIndex32()
/external/icu/icu4c/source/common/unicode/
Dutf16.h397 #define U16_FWD_N(s, i, length, n) { \ macro
Dutf_old.h680 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n)
1095 #define UTF_FWD_N(s, i, length, n) U16_FWD_N(s, i, length, n)
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c373 U16_FWD_N(input, k, -1, cpIndex); in TestNulTerminated()
517 U16_FWD_N(input, offsafe, UPRV_LENGTHOF(input), Nvalue[i]); in TestFwdBack()
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp109 U16_FWD_N(text, pos, end, delta); in move32()
114 U16_FWD_N(text, pos, end, delta); in move32()