Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF16_NEXT_CHAR_SAFE

640 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \
934 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict)