Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutf_old.h714 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n) macro
991 #define UTF_FWD_N_SAFE(s, i, length, n) UTF16_FWD_N_SAFE(s, i, length, n)
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c598 UTF16_FWD_N_SAFE(input, offsafe, UPRV_LENGTHOF(input), Nvalue[i]); in TestFwdBack()