Searched refs:UTF8_IS_CONTINUED (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h112 #define UTF8_IS_CONTINUED(c) (((U8)c) & 0x80) macro
H A Dregexec.c2653 if (UTF8_IS_CONTINUED(nextchr)) {
4497 if (UTF8_IS_CONTINUED(*s)) {
4529 if (UTF8_IS_CONTINUED(*s)) {
H A Dutfebcdic.h405 #define UTF8_IS_CONTINUED(c) (NATIVE_TO_UTF(c) >= 0xA0) macro
H A Dtoke.c6171 while (UTF8_IS_CONTINUED(*t) && is_utf8_mark((U8*)t))
6223 while (UTF8_IS_CONTINUED(*t) && is_utf8_mark((U8*)t))
6276 while (e < send && UTF8_IS_CONTINUED(*e) && is_utf8_mark((U8*)e))
H A Dop.c1938 && (isALNUM(*s) || UTF8_IS_CONTINUED(*s))) {
1941 while (*s && (isALNUM(*s) || UTF8_IS_CONTINUED(*s)))
H A Dpp.c3632 if (UTF8_IS_CONTINUED(*s)) {
H A Dpp_ctl.c605 if (UTF8_IS_CONTINUED(*s)) {

Completed in 201 milliseconds