Searched defs:UTF_IS_UNICODE_CHAR (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h226 (UTF_IS_UNICODE_CHAR(c) && \
260 #define UTF_IS_UNICODE_CHAR(c) \ macro
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() */ \
593 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
647 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
652 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
722 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
727 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
763 UTF_IS_UNICODE_CHAR(
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h226 (UTF_IS_UNICODE_CHAR(c) && \
260 #define UTF_IS_UNICODE_CHAR(c) \ macro
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() */ \
593 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
647 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
652 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
722 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
727 } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { \
763 UTF_IS_UNICODE_CHAR(
[all...]

Completed in 97 milliseconds