Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dutf_old.h682 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n) macro
959 #define UTF_FWD_N_SAFE(s, i, length, n) UTF16_FWD_N_SAFE(s, i, length, n)
/external/icu4c/test/cintltst/
Dutf16tst.c440 UTF16_FWD_N_SAFE(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR, Nvalue[i]); in TestFwdBack()