Home
last modified time | relevance | path

Searched refs:to_utf8_fold (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/
D500700357 to_utf8_fold # E
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D500700361 to_utf8_fold # E
/mirbsd/src/gnu/usr.bin/perl/
Dutf8.c1134 return to_utf8_fold(p, p, lenp); in Perl_to_uni_fold()
2042 to_utf8_fold((U8 *)p1, foldbuf1, &foldlen1); in Perl_ibcmp_utf8()
2045 to_utf8_fold(natbuf, foldbuf1, &foldlen1); in Perl_ibcmp_utf8()
2052 to_utf8_fold((U8 *)p2, foldbuf2, &foldlen2); in Perl_ibcmp_utf8()
2055 to_utf8_fold(natbuf, foldbuf2, &foldlen2); in Perl_ibcmp_utf8()
Dregexec.c1102 f = to_utf8_fold(tmpbuf, foldbuf, &foldlen); in S_find_byclass()
1141 f = to_utf8_fold(tmpbuf, foldbuf, &foldlen); in S_find_byclass()
4439 to_utf8_fold((U8 *)p, tmpbuf, &tmplen); in S_reginclass()
Dembed.h882 #define to_utf8_fold Perl_to_utf8_fold macro
2931 #define to_utf8_fold(a,b,c) Perl_to_utf8_fold(aTHX_ a,b,c) macro
Dembed.fnc837 Apd |UV |to_utf8_fold |NN U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapi.pod5724 =item to_utf8_fold
5725 X<to_utf8_fold>
5736 UV to_utf8_fold(U8 *p, U8* ustrp, STRLEN *lenp)
Dperltoc.pod5418 X<to_utf8_case>, to_utf8_fold X<to_utf8_fold>, to_utf8_lower
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc827 Apd |UV |to_utf8_fold |NN const U8 *p|NN U8* ustrp|STRLEN *lenp