Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF_IS_UNICODE_CHAR

230     (UTF_IS_UNICODE_CHAR(c) && \
264 #define UTF_IS_UNICODE_CHAR(c) \
583 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
591 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
597 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
651 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
656 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
726 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
731 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
767 UTF_IS_UNICODE_CHAR(c))