Home
last modified time | relevance | path

Searched refs:isU8_SPACE_LC (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dhandy.h2055 #define isU8_SPACE_LC(c) WRAP_U8_LC_((c), CC_SPACE_, is_posix_SPACE) macro
2084 #define isSPACE_LC(c) generic_LC_(c, CC_SPACE_, isU8_SPACE_LC)
Dlocale.c3939 if (UNLIKELY(cBOOL(isU8_SPACE_LC(i)) != cBOOL(isSPACE_A(i)))) { in S_new_ctype()
3943 name, cBOOL(isU8_SPACE_LC(i)))); in S_new_ctype()
Dregexec.c542 case CC_ENUM_SPACE_: return isU8_SPACE_LC(character); in S_isFOO_lc()