Home
last modified time | relevance | path

Searched refs:Perl_to_uni_lower (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/
D500700353 to_uni_lower # E (Perl_to_uni_lower)
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D500700357 to_uni_lower # E (Perl_to_uni_lower)
/mirbsd/src/gnu/usr.bin/perl/
Dglobal.sym198 Perl_to_uni_lower
Dutf8.c1124 Perl_to_uni_lower(pTHX_ UV c, U8* p, STRLEN *lenp) in Perl_to_uni_lower() function
Dembed.h346 #define to_uni_lower Perl_to_uni_lower
2401 #define to_uni_lower(a,b,c) Perl_to_uni_lower(aTHX_ a,b,c)
Dproto.h505 PERL_CALLCONV UV Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *lenp);