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

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

Completed in 131 milliseconds