Searched refs:isLOWER_LC (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h375 # define isLOWER_LC(c) NXIsLower((unsigned int)(c)) macro
394 # define isLOWER_LC(c) islower((unsigned char)(c)) macro
411 # define isLOWER_LC(c) (isascii(c) && islower(c)) macro
454 #define isLOWER_LC_uvchr(c) (c < 256 ? isLOWER_LC(c) : is_uni_lower_lc(c))
H A Dlocale.c177 else if (isLOWER_LC(i))
H A Dregexec.c4454 (ANYOF_CLASS_TEST(n, ANYOF_LOWER) && isLOWER_LC(c)) ||
4455 (ANYOF_CLASS_TEST(n, ANYOF_NLOWER) && !isLOWER_LC(c)) ||

Completed in 25 milliseconds