Searched refs:U8_ISASCII (Results 1 – 1 of 1) sorted by relevance
161 #define U8_ISASCII(c) (((uchar_t)(c)) < 0x80U) macro1779 if (U8_ISASCII(*s1) && ((s1 + 1) >= s1last || in do_norm_compare()1780 ((s1 + 1) < s1last && U8_ISASCII(*(s1 + 1))))) { in do_norm_compare()1799 if (U8_ISASCII(*s2) && ((s2 + 1) >= s2last || in do_norm_compare()1800 ((s2 + 1) < s2last && U8_ISASCII(*(s2 + 1))))) { in do_norm_compare()2116 if (U8_ISASCII(*ib) && ((ib + 1) >= ibtail || in u8_textprep_str()2117 ((ib + 1) < ibtail && U8_ISASCII(*(ib + 1))))) { in u8_textprep_str()