Searched refs:toUPPER_A (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c809 if ((toUPPER_A(e_spec[1]) == 'D') &&
810 (toUPPER_A(e_spec[2]) == 'I') &&
811 (toUPPER_A(e_spec[3]) == 'R')) {
908 *cp2 = toUPPER_A(*cp1);
1099 for (cp1 = lnm, cp2 = eqv; *cp1; cp1++,cp2++) *cp2 = toUPPER_A(*cp1);
1195 for (cp1 = lnm, cp2 = buf; *cp1; cp1++,cp2++) *cp2 = toUPPER_A(*cp1);
1511 *cp2 = toUPPER_A(*cp1);
1658 for (i = 0; lnm[i]; i++) uplnm[i] = toUPPER_A(lnm[i]);
6626 && (toUPPER_A(e_spec[1]) == 'D')
6627 && (toUPPER_A(e_spe
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h1184 =for apidoc_item |UV|toUPPER_A|UV cp
1195 C<toUPPER> and C<toUPPER_A> are synonyms of each other. They return the
1205 value is identical to that of C<toUPPER_A> for input code points in the ASCII
1885 #define toUPPER_A(c) toUPPER(c) macro
2091 # define toUPPER_LC(c) toUPPER_A(c)
H A Dlocale.c2207 if (PL_fold_locale[i] != toUPPER_A(i)) {
2386 if (UNLIKELY(toU8_UPPER_LC(i) != (int) toUPPER_A(i))) {
2390 name, toU8_UPPER_LC(i), (int) toUPPER_A(i)));

Completed in 204 milliseconds