Home
last modified time | relevance | path

Searched refs:prop_invmap (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t1320 ($invlist_ref, $invmap_ref, $format, $missing) = prop_invmap($prop);
1327 ($invlist_ref, $invmap_ref, $format, $missing) = prop_invmap($prop);
1334 ($invlist_ref, $invmap_ref, $format, $missing) = prop_invmap($prop);
1584 @list = prop_invmap("Unknown property");
1586 @list = prop_invmap(undef);
1590 @list = prop_invmap("_X_Begin");
1592 @list = prop_invmap("InKana");
1594 @list = prop_invmap("Perl_Decomposition_Mapping"), undef,
1596 @list = prop_invmap("Perl_Charnames"), undef,
1598 @list = prop_invmap("Is_Is_Any");
[all …]
H A DUCD.pm1289 = prop_invmap($prop, $internal_ok);
1984 = prop_invmap('Case_Folding');
2021 = prop_invmap('Simple_Case_Folding');
3805 sub prop_invmap ($;$) { subroutine
3923 = &prop_invmap("_Perl_Name_Alias", '_perl_core_internal_ok');
/openbsd/gnu/usr.bin/perl/regen/
H A Dmk_PL_charclass.pl111 = Unicode::UCD::prop_invmap('Case_Folding');
343 = prop_invmap("_Perl_Name_Alias", '_perl_core_internal_ok');
H A Dregcharclass_multi_char_folds.pl73 my ($cp_ref, $folds_ref, $format) = prop_invmap("Case_Folding");
H A Dunicode_constants.pl370 prop_invmap("Bidi_Mirroring_Glyph");
H A Dmk_invlists.pl981 my ($cp_ref, $folds_ref, $format, $default) = prop_invmap("Case_Folding");
2745 = prop_invmap($lookup_prop, '_perl_core_internal_ok');
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dcase.pl36 my ($invlist_ref, $invmap_ref, undef, $default) = prop_invmap($base);
/openbsd/gnu/usr.bin/perl/t/re/
H A Dreg_fold.t30 = Unicode::UCD::prop_invmap('Case_Folding');
H A Dfold_grind.pl395 = Unicode::UCD::prop_invmap('Case_Folding');
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhandy_base.pl17 my ($charname_list, $charname_map, $format, $default) = prop_invmap("Name Alias");
409 = prop_invmap($property, );
/openbsd/share/locale/ctype/
H A Dgen_ctype_utf8.pl48 my ( $blocks_ranges_ref, $blocks_maps_ref ) = prop_invmap("Block");
/openbsd/gnu/usr.bin/perl/lib/
H A Dcharnames.t1220 = prop_invmap('Name_Alias');
/openbsd/gnu/usr.bin/perl/pod/
H A Dperluniprops.pod7224 L<Unicode::UCD/prop_invmap()> (except for those that this Perl installation
7233 C<prop_invmap()> for forms listed in the table below, which omits the
7236 C<\p{gc=sc}>, which is treated by C<prop_invmap()> as the C<Script> property,
7242 L<Unicode::UCD/prop_invmap()>. The other Perl extensions are in
H A Dperl5160delta.pod545 F<lib/unicore/ToDigit.pl>. L<Unicode::UCD/prop_invmap()> can be used to
1481 Unicode binary property; and C<prop_invmap> which returns the complete
H A Dperlfunc.pod2748 L<Unicode::UCD/B<prop_invmap()>>.