Searched refs:UTF_IS_UNICODE_NONCHAR (Results 1 – 6 of 6) sorted by relevance
178 } else if((strict)>0 && UTF_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()275 …inLegal[count] || (UTF_IS_SURROGATE(c) && strict!=-2) || (strict>0 && UTF_IS_UNICODE_NONCHAR(c))) { in utf8_prevCharSafeBody()
445 if (UTF_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
448 if (UTF_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
244 #define UTF_IS_UNICODE_NONCHAR(c) \ macro268 !UTF_IS_UNICODE_NONCHAR(c)))