Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dlocale.c2174 else if (isU8_LOWER_LC(i)) in S_new_ctype()
2344 if (UNLIKELY(cBOOL(isU8_LOWER_LC(i)) != cBOOL(isLOWER_A(i)))) { in S_new_ctype()
2348 name, cBOOL(isU8_LOWER_LC(i)))); in S_new_ctype()
H A Dhandy.h2052 #define isU8_LOWER_LC(c) WRAP_U8_LC_((c), CC_LOWER_, is_posix_LOWER) macro
2081 #define isLOWER_LC(c) generic_LC_(c, CC_LOWER_, isU8_LOWER_LC)
H A Dregexec.c539 case CC_ENUM_LOWER_: return isU8_LOWER_LC(character); in S_isFOO_lc()
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c5662 if (isU8_LOWER_LC(*tbuf)) { haslower = 1; break; }
6284 if (isU8_LOWER_LC(*cp)) { haslower = 1; break; }
13641 if (isU8_LOWER_LC(*cp)) { haslower = 1; break; }
13792 if (isU8_LOWER_LC(*cp)) { haslower = 1; break; }