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

  /external/icu/icu4c/source/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...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 273 milliseconds