Home
last modified time | relevance | path

Searched refs:UTF_IS_UNICODE_NONCHAR (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/common/
Dutf_impl.c178 } 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()
Dunames.c445 if (UTF_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
/external/chromium/third_party/icu/source/common/
Dutf_impl.c178 } 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()
Dunames.c448 if (UTF_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
/external/icu4c/common/unicode/
Dutf_old.h244 #define UTF_IS_UNICODE_NONCHAR(c) \ macro
268 !UTF_IS_UNICODE_NONCHAR(c)))
/external/chromium/third_party/icu/public/common/unicode/
Dutf_old.h244 #define UTF_IS_UNICODE_NONCHAR(c) \ macro
268 !UTF_IS_UNICODE_NONCHAR(c)))