Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dutf_old.h679 #define UTF16_FWD_1_SAFE(s, i, length) U16_FWD_1(s, i, length) macro
952 #define UTF_FWD_1_SAFE(s, i, length) UTF16_FWD_1_SAFE(s, i, length)
/external/icu4c/test/cintltst/
Dutf16tst.c365 UTF16_FWD_1_SAFE(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR); in TestFwdBack()