Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF16_APPEND_CHAR_SAFE

663 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \
945 #define UTF_APPEND_CHAR_SAFE(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c)
1075 #define UTF_APPEND_CHAR(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c)