Searched refs:isPRINT_LC (Results 1 – 9 of 9) sorted by relevance
24 isPRINT_LC # U
80 isPRINT_LC # E
2082 #define isPRINT_LC(c) generic_LC_(c, CC_PRINT_, isU8_PRINT_LC) macro2242 #define isPRINT_LC_uvchr(c) generic_LC_invlist_uvchr_(isPRINT_LC, CC_PRINT_, c)2478 generic_LC_invlist_utf8_safe_(isPRINT_LC, CC_PRINT_, p, e)
3877 if ( isPRINT_LC(*s) || isSPACE_LC(*s)) { in PP()
1769 if (! isASCII(ch) && !isPRINT_LC(ch)) { in S_sv_display()1796 else if (isPRINT_LC(ch)) in S_sv_display()
13064 else if (isPRINT_LC(yychar)) { in Perl_yyerror_pvn()
329 Amd|bool|isPRINT_LC|UV ch
247 isprint(c) isPRINT(c) isPRINT_L1(c) isPRINT_LC(c)
6230 RETVAL = isPRINT_LC(ord);