Home | History | Annotate | Download | only in unicode

Lines Matching defs:UTF_IS_ERROR

194  * a macro. They should be tested with UTF_IS_ERROR() or UTF_IS_VALID().
221 #define UTF_IS_ERROR(c) \
559 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
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() */ \
651 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
726 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \