Searched refs:UTF16_FWD_N_UNSAFE (Results 1 – 3 of 3) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | utf_old.h | 660 #define UTF16_FWD_N_UNSAFE(s, i, n) { \ macro 988 #define UTF_FWD_N_UNSAFE(s, i, n) UTF16_FWD_N_UNSAFE(s, i, n)
|
/external/icu/icu4c/source/common/unicode/ |
D | utf_old.h | 660 #define UTF16_FWD_N_UNSAFE(s, i, n) { \ macro 988 #define UTF_FWD_N_UNSAFE(s, i, n) UTF16_FWD_N_UNSAFE(s, i, n)
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 582 UTF16_FWD_N_UNSAFE(input, offunsafe, Nvalue[i]); in TestFwdBack()
|