Home
last modified time | relevance | path

Searched refs:UTF16_FWD_N_UNSAFE (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dutf_old.h660 #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/
Dutf16tst.c582 UTF16_FWD_N_UNSAFE(input, offunsafe, Nvalue[i]); in TestFwdBack()