Searched refs:toLOWER_uvchr (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5023009 | 40 toLOWER_uvchr # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5006000 | 144 toLOWER_uvchr # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | misc | 971 __UNDEFINED__ toLOWER_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_lower(NATIVE_TO_UNI(c), s, l)) 1055 __UNDEFINED__ toLOWER_uvchr(c, s, l) \ 1061 __UNDEFINED__ toFOLD_uvchr(c, s, l) toLOWER_uvchr(c, s, l) 1077 * toUPPER_uvchr, toLOWER_uvchr, toTITLE_uvchr 2458 toLOWER_uvchr(c) 2468 ret = toLOWER_uvchr(c, u, &len);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 13874 #ifndef toLOWER_uvchr 13875 # define toLOWER_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_lower(NATIVE_TO_UNI(c), s, l)) macro 13978 #ifndef toLOWER_uvchr 13979 # define toLOWER_uvchr(c, s, l) \ macro 13994 # define toFOLD_uvchr(c, s, l) toLOWER_uvchr(c, s, l)
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 2189 #define toLOWER_uvchr(c,s,l) to_uni_lower(c,s,l) macro 2214 #define toLOWER_uni(c,s,l) toLOWER_uvchr(c,s,l)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 1039 Amd|UV|toLOWER_uvchr|UV cp|U8* s|STRLEN* lenp
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 258 And use C<toLOWER_uvchr()> instead of C<towlower()>, I<etc.>. There are
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 6995 av_push_simple(av, newSVuv(toLOWER_uvchr(ord, s, &len)));
|