Searched refs:CBU_IS_UNICODE_NONCHAR (Results 1 – 2 of 2) sorted by relevance
87 if (strict <= 0 || !CBU_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()101 if (strict <= 0 || !CBU_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
71 #define CBU_IS_UNICODE_NONCHAR(c) \ macro94 (0xdfff < (c) && (c) <= 0x10ffff && !CBU_IS_UNICODE_NONCHAR(c)))