Searched refs:to_utf8_fold (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/ |
| D | 5007003 | 57 to_utf8_fold # E
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/ |
| D | 5007003 | 61 to_utf8_fold # E
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | utf8.c | 1134 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()
|
| D | regexec.c | 1102 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()
|
| D | embed.h | 882 #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
|
| D | embed.fnc | 837 Apd |UV |to_utf8_fold |NN U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapi.pod | 5724 =item to_utf8_fold 5725 X<to_utf8_fold> 5736 UV to_utf8_fold(U8 *p, U8* ustrp, STRLEN *lenp)
|
| D | perltoc.pod | 5418 X<to_utf8_case>, to_utf8_fold X<to_utf8_fold>, to_utf8_lower
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | embed.fnc | 827 Apd |UV |to_utf8_fold |NN const U8 *p|NN U8* ustrp|STRLEN *lenp
|