Home
last modified time | relevance | path

Searched refs:toLOWER_uvchr (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502300940 toLOWER_uvchr # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5006000144 toLOWER_uvchr # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmisc971 __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/
Dppport.h13874 #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/
Dhandy.h2189 #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/
Dapidoc.fnc1039 Amd|UV|toLOWER_uvchr|UV cp|U8* s|STRLEN* lenp
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod258 And use C<toLOWER_uvchr()> instead of C<towlower()>, I<etc.>. There are
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs6995 av_push_simple(av, newSVuv(toLOWER_uvchr(ord, s, &len)));