Searched refs:UTF16_FWD_1_SAFE (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/unicode/ |
D | utf_old.h | 679 #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/ |
D | utf16tst.c | 365 UTF16_FWD_1_SAFE(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR); in TestFwdBack()
|