Searched refs:prop_invmap (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/perl/lib/Unicode/ |
H A D | UCD.t | 1320 ($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 D | UCD.pm | 1289 = 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 D | mk_PL_charclass.pl | 111 = Unicode::UCD::prop_invmap('Case_Folding'); 343 = prop_invmap("_Perl_Name_Alias", '_perl_core_internal_ok');
|
H A D | regcharclass_multi_char_folds.pl | 73 my ($cp_ref, $folds_ref, $format) = prop_invmap("Case_Folding");
|
H A D | unicode_constants.pl | 370 prop_invmap("Bidi_Mirroring_Glyph");
|
H A D | mk_invlists.pl | 981 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 D | case.pl | 36 my ($invlist_ref, $invmap_ref, undef, $default) = prop_invmap($base);
|
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | reg_fold.t | 30 = Unicode::UCD::prop_invmap('Case_Folding');
|
H A D | fold_grind.pl | 395 = Unicode::UCD::prop_invmap('Case_Folding');
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | handy_base.pl | 17 my ($charname_list, $charname_map, $format, $default) = prop_invmap("Name Alias"); 409 = prop_invmap($property, );
|
/openbsd/share/locale/ctype/ |
H A D | gen_ctype_utf8.pl | 48 my ( $blocks_ranges_ref, $blocks_maps_ref ) = prop_invmap("Block");
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | charnames.t | 1220 = prop_invmap('Name_Alias');
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perluniprops.pod | 7224 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 D | perl5160delta.pod | 545 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 D | perlfunc.pod | 2748 L<Unicode::UCD/B<prop_invmap()>>.
|