Searched refs:UTF16_NEXT_CHAR_UNSAFE (Results 1 – 2 of 2) sorted by relevance
599 #define UTF16_NEXT_CHAR_UNSAFE(s, i, c) { \ macro931 #define UTF_NEXT_CHAR_UNSAFE(s, i, c) UTF16_NEXT_CHAR_UNSAFE(s, i, c)
222 UTF16_NEXT_CHAR_UNSAFE(input, setOffset, c); in TestNextPrevChar()