Searched refs:isUPPER_L1 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h1060 =for apidoc_item ||isUPPER_L1|UV ch
1676 # define isUPPER_L1(c) generic_isCC_(c, CC_UPPER_) macro
1785 # define isALPHA_L1(c) (isUPPER_L1(c) || isLOWER_L1(c))
1815 # define isUPPER_L1(c) (isUPPER_A(c) \
H A Dlocale.c2187 if (isUPPER_L1(i)) {
H A Dregexec.c577 assert(! isUPPER_L1(*b));
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h4465 isUPPER_L1|5.013006|5.003007|p
13050 # undef isUPPER_L1 macro
13217 # define isALPHA_L1(c) (isUPPER_L1(c) || isLOWER_L1(c))
13360 #ifndef isUPPER_L1
13361 # define isUPPER_L1(c) ( isUPPER(c) \ macro
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5087 RETVAL = isUPPER_L1(ord);
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c9493 if (isUPPER_L1(*c))

Completed in 277 milliseconds