Searched refs:isUPPER (Results 1 – 10 of 10) sorted by relevance
344 #define isUPPER(c) ((c) >= 'A' && (c) <= 'Z') macro592 if (isUPPER(*cp)) { in tparam_internal()603 if (isUPPER(*cp)) { in tparam_internal()
352 #define isALPHA(c) (isUPPER(c) || isLOWER(c))360 # define isUPPER(c) isupper(c) macro372 # define isUPPER(c) ((c) >= 'A' && (c) <= 'Z') macro382 # define toLOWER(c) (isUPPER(c) ? (c) + ('a' - 'A') : (c))
4109 if (isUPPER(value)) in S_regclass()4120 if (!isUPPER(value)) in S_regclass()4208 (isUPPER(prevvalue) && isUPPER(ceilvalue)))) in S_regclass()4216 if (isUPPER(i)) in S_regclass()
53 #define isCONTROLVAR(x) (isUPPER(x) || strchr("[\\]^_?", (x)))1472 (isUPPER(min) && isUPPER(max)))) { in S_scan_const()1479 if (isUPPER(i)) in S_scan_const()2120 if (gv || PL_last_lop_op == OP_PRINT || isUPPER(*PL_tokenbuf)) in S_intuit_method()
815 if (isUPPER(mg->mg_type)) { in S_hv_magic_check()
377 if (isUPPER(type)) { in Perl_mg_copy()
164 isupper(c) isUPPER(c) isUPPER_uni(u)
511 =item isUPPER512 X<isUPPER>517 bool isUPPER(char ch)
5210 X<isLOWER>, isSPACE X<isSPACE>, isUPPER X<isUPPER>, toLOWER X<toLOWER>,
6 Am|bool|isUPPER|char ch