Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dutf_old.h688 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ macro
970 #define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c)
/external/icu4c/test/cintltst/
Dutf16tst.c276 UTF16_PREV_CHAR_UNSAFE(input, setOffset, c); in TestNextPrevChar()