Searched refs:UTF_IS_ERROR (Results 1 – 3 of 3) sorted by relevance
207 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()
1332 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()
221 #define UTF_IS_ERROR(c) \ macro