Searched refs:isLOWER_LC (Results 1 – 3 of 3) sorted by relevance
375 # define isLOWER_LC(c) NXIsLower((unsigned int)(c)) macro394 # define isLOWER_LC(c) islower((unsigned char)(c)) macro411 # define isLOWER_LC(c) (isascii(c) && islower(c)) macro454 #define isLOWER_LC_uvchr(c) (c < 256 ? isLOWER_LC(c) : is_uni_lower_lc(c))
177 else if (isLOWER_LC(i)) in Perl_new_ctype()
4454 (ANYOF_CLASS_TEST(n, ANYOF_LOWER) && isLOWER_LC(c)) || in S_reginclass()4455 (ANYOF_CLASS_TEST(n, ANYOF_NLOWER) && !isLOWER_LC(c)) || in S_reginclass()