Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502701116 PL_utf8_tosimplefold # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dembedvar.h349 # define PL_utf8_tosimplefold (vTHX->Iutf8_tosimplefold) macro
H A Dperl.c1244 SvREFCNT_dec(PL_utf8_tosimplefold); in perl_destruct()
1245 PL_utf8_tosimplefold = NULL; in perl_destruct()
H A Dutf8.c3116 : _to_utf8_case(uv, s, d, lenp, PL_utf8_tosimplefold, \
H A Dregcomp.c13947 PL_utf8_tosimplefold = _new_invlist_C_array(Simple_Case_Folding_invlist); in Perl_init_uniprops()
H A Dsv.c16231 PL_utf8_tosimplefold = sv_dup_inc(proto_perl->Iutf8_tosimplefold, param);