Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dhandy.h2053 #define isU8_PRINT_LC(c) WRAP_U8_LC_((c), CC_PRINT_, is_posix_PRINT) macro
2082 #define isPRINT_LC(c) generic_LC_(c, CC_PRINT_, isU8_PRINT_LC)
Dlocale.c3927 if (UNLIKELY(cBOOL(isU8_PRINT_LC(i)) != cBOOL(isPRINT_A(i)))) { in S_new_ctype()
3931 name, cBOOL(isU8_PRINT_LC(i)))); in S_new_ctype()
Dregexec.c540 case CC_ENUM_PRINT_: return isU8_PRINT_LC(character); in S_isFOO_lc()