Home
last modified time | relevance | path

Searched refs:isU8_CNTRL_LC (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h2048 #define isU8_CNTRL_LC(c) WRAP_U8_LC_((c), CC_CNTRL_, is_posix_CNTRL) macro
2077 #define isCNTRL_LC(c) generic_LC_(c, CC_CNTRL_, isU8_CNTRL_LC)
H A Dregexec.c536 case CC_ENUM_CNTRL_: return isU8_CNTRL_LC(character); in S_isFOO_lc()