Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutf_old.h711 #define UTF16_FWD_1_SAFE(s, i, length) U16_FWD_1(s, i, length) macro
984 #define UTF_FWD_1_SAFE(s, i, length) UTF16_FWD_1_SAFE(s, i, length)
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c517 UTF16_FWD_1_SAFE(input, offsafe, UPRV_LENGTHOF(input)); in TestFwdBack()