Home
last modified time | relevance | path

Searched refs:UTF_IS_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/cintltst/
Dutf8tst.c207 if(UTF_IS_ERROR(result[i+1]) ? c >= 0 : c != result[i+1]){ in TestGetChar()
312 if(UTF_IS_ERROR(result[i+1]) ? c >= 0 : c != result[i+1]){ in TestNextPrevChar()
357 if(UTF_IS_ERROR(result[i+4]) ? c >= 0 : c != result[i+4]){ in TestNextPrevChar()
Dcucdtst.c1332 if(UTF_IS_ERROR(c)){ in TestCodePoint()
1345 if(UTF_IS_ERROR(c)){ in TestCodePoint()
1358 if(!UTF_IS_ERROR(c)){ in TestCodePoint()
1372 if(!UTF_IS_ERROR(c)){ in TestCodePoint()
/external/icu4c/common/unicode/
Dutf_old.h221 #define UTF_IS_ERROR(c) \ macro