Home | History | Annotate | Download | only in unicode

Lines Matching defs:UTF_IS_ERROR

190  * a macro. They should be tested with UTF_IS_ERROR() or UTF_IS_VALID().
217 #define UTF_IS_ERROR(c) \
555 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
579 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
587 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
647 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
722 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \