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

  /external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h 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() */ \
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf_old.h 190 * a macro. They should be tested with UTF_IS_ERROR() or UTF_IS_VALID().
217 #define UTF_IS_ERROR(c) \
555 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
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() */ \
647 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
722 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \
    [all...]

Completed in 168 milliseconds