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

  /external/icu4c/test/cintltst/
utf8tst.c 207 if(UTF_IS_ERROR(result[i+1]) ? c >= 0 : c != result[i+1]){
312 if(UTF_IS_ERROR(result[i+1]) ? c >= 0 : c != result[i+1]){
357 if(UTF_IS_ERROR(result[i+4]) ? c >= 0 : c != result[i+4]){
    [all...]
cucdtst.c     [all...]
  /external/icu4c/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...]

Completed in 201 milliseconds