Searched refs:isSPACE_LC_utf8 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h491 #define isSPACE_LC_utf8(p) isSPACE_LC_uvchr(utf8_to_uvchr(p, 0)) macro
501 #define isPSXSPC_LC_utf8(c) (isSPACE_LC_utf8(c) ||(c) == '\f')
H A Dregexec.c1394 if (*s == ' ' || isSPACE_LC_utf8((U8*)s)) {
1452 if (!(*s == ' ' || isSPACE_LC_utf8((U8*)s))) {
2657 : isSPACE_LC_utf8((U8*)locinput)))
2687 : isSPACE_LC_utf8((U8*)locinput))
4162 (*scan == ' ' || isSPACE_LC_utf8((U8*)scan))) {
4191 !(*scan == ' ' || isSPACE_LC_utf8((U8*)scan))) {

Completed in 33 milliseconds