Home
last modified time | relevance | path

Searched refs:toFOLD (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50190012 toFOLD # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501900110 toFOLD # U
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.c619 if (toFOLD(*pp) != toFOLD(*qq))
624 ci = toFOLD(*pp) - toFOLD(*qq);
/openbsd/gnu/usr.bin/perl/
H A Dutf8.c4487 *foldbuf1 = toFOLD(*p1);
4525 *foldbuf2 = toFOLD(*p2);
H A Dnumeric.c1242 if ((s + 2 < send) && UNLIKELY(memCHRs("inqs#", toFOLD(*s)))) { in Perl_grok_number_flags()
H A Dhandy.h1881 #define toFOLD(c) toLOWER(c) macro
1886 #define toFOLD_A(c) toFOLD(c)
H A Dregcomp_study.c161 *(d++) = (U8) toFOLD(*s); in S_make_exactf_invlist()
1310 *(d++) = toFOLD(*s); in Perl_join_exact()
H A Dregcomp.c6770 *(s)++ = (U8) toFOLD(ender); in S_regatom()
6876 ? (char) toFOLD(ender) in S_regatom()
9244 folded_cp = toFOLD(cp); in Perl_add_above_Latin1_folds()
11575 value = toFOLD(lowest_cp); in S_optimize_regclass()
H A Dpp.c5147 *d = toFOLD(*s);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc1027 Amd|UV|toFOLD|UV cp
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs7040 RETVAL = toFOLD(ord);