Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c164 #define U8_ISASCII(c) (((uchar_t)(c)) < 0x80U) macro
1770 if (U8_ISASCII(*s1) && ((s1 + 1) >= s1last || in do_norm_compare()
1771 ((s1 + 1) < s1last && U8_ISASCII(*(s1 + 1))))) { in do_norm_compare()
1790 if (U8_ISASCII(*s2) && ((s2 + 1) >= s2last || in do_norm_compare()
1791 ((s2 + 1) < s2last && U8_ISASCII(*(s2 + 1))))) { in do_norm_compare()
2088 if (U8_ISASCII(*ib) && ((ib + 1) >= ibtail || in u8_textprep_str()
2089 ((ib + 1) < ibtail && U8_ISASCII(*(ib + 1))))) { in u8_textprep_str()