Searched refs:U16_FWD_N (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uchriter.cpp | 327 U16_FWD_N(text, pos, end, delta); in move32() 332 U16_FWD_N(text, pos, end, delta); in move32()
|
D | punycode.cpp | 547 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex); in u_strFromPunycode()
|
D | unistr.cpp | 735 U16_FWD_N(array, index, len, delta); in moveIndex32()
|
/external/icu/icu4c/source/common/unicode/ |
D | utf16.h | 395 #define U16_FWD_N(s, i, length, n) { \ macro
|
D | utf_old.h | 678 #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/ |
D | utf16tst.c | 371 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/ |
D | citrtest.cpp | 107 U16_FWD_N(text, pos, end, delta); in move32() 112 U16_FWD_N(text, pos, end, delta); in move32()
|