HomeSort by relevance Sort by last modified time
    Searched defs:UTF_IS_UNICODE_CHAR (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h 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)
    [all...]
  /external/icu4c/common/unicode/
utf_old.h 226 (UTF_IS_UNICODE_CHAR(c) && \
260 #define UTF_IS_UNICODE_CHAR(c) \
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(c)
    [all...]

Completed in 4767 milliseconds