Searched refs:UTF16_PREV_CHAR_UNSAFE (Results 1 – 2 of 2) sorted by relevance
688 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ macro970 #define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c)
276 UTF16_PREV_CHAR_UNSAFE(input, setOffset, c); in TestNextPrevChar()