Searched refs:viacode (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.t75 is (charnames::viacode(0xE8000), "mychar1", "And that can get the alias back");
77 is (charnames::viacode(0xF0000), "mychar2", "And that can get the alias back");
79 is (charnames::viacode(0x100000), "mychar3", "And that can get the alias back");
81 is (charnames::viacode(0x111000), "mylarge", "And that can get the alias back");
82 is (charnames::viacode(utf8::unicode_to_native(0x80)), "myctrl", "Verify that can name a nameless control");
287 is(charnames::viacode(0x1234), "ETHIOPIC SYLLABLE SEE",
288 'Verify viacode(0x1234) eq "ETHIOPIC SYLLABLE SEE"');
291 ok(! defined charnames::viacode(0xFFFF), 'Verify \x{FFFF} has no name');
340 is(charnames::viacode(0x1234), "ETHIOPIC SYLLABLE SEE",
392 is(charnames::viacode(
[all...]
H A D_charnames.pm34 # Basically, the table is grepped for the input code point (viacode()) or
379 # . viacode(ord $deprecated_aliases{$lookup_name})
390 # . viacode(ord $loose_deprecated_aliases{$lookup_name})
782 my %viacode;
789 sub viacode { subroutine
794 carp "charnames::viacode() expects one argument";
814 carp("unexpected arg \"$arg\" to charnames::viacode()");
818 return $viacode{$hex} if exists $viacode{$hex};
830 $viacode{
[all...]
H A Dcharnames.pm27 my %viacode;
29 sub viacode { subroutine
30 return _charnames::viacode(@_);
131 print charnames::viacode(0x1234); # prints "ETHIOPIC SYLLABLE SEE"
163 L</charnames::viacode(I<code>)> for run-time lookup of a code point to get its
384 =head1 charnames::viacode(I<code>)
389 print charnames::viacode(0x2722);
421 other functions in this module, but C<viacode> has to choose which one
431 it, using Name_Alias. C<viacode> will return that corrected synonym as the
434 Name_Alias can be created for that code point; C<viacode> wil
[all...]
H A Dlocale.t979 my $name = charnames::viacode(ord $char);
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dunicode_constants.pl261 my $lhs_name = charnames::viacode($from);
273 my $rhs_name = charnames::viacode($to);
417 #print STDERR __FILE__, ": ", __LINE__, ": ", sprintf("%04x ", $code_point), charnames::viacode($code_point), "\n";
429 my $name = charnames::viacode($code_point);
504 $mirror = charnames::viacode($mirror_code_point);
737 $name = charnames::viacode($name_or_cp);
838 . charnames::viacode($from)
840 . charnames::viacode($to)
H A Dmk_PL_charclass.pl321 $name = charnames::viacode($ord);
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dregex_sets.t149 . charnames::viacode(ord $char));
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/t/
H A DLanginfo.t62 my $name = charnames::viacode(ord $char);
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhandy_base.pl37 return charnames::viacode($cp) // "No name";
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables1511 my @viacode; # Contains the 1 million character names
1543 $viacode[$i] = $perl_charname->value_of($i) || "";
1577 if (! $viacode[$i]) {
1579 $viacode[$i] = 'Above-Unicode';
1585 $viacode[$i] = 'Private Use';
1591 $viacode[$i] = 'Noncharacter';
1599 $viacode[$i] = (defined $name_ref)
1608 $viacode[$i] = 'Unassigned';
1611 $viacode[$i] .= ', block=' . $block-> value_of($i);
1632 $viacode[
[all...]
H A DTestNorm.pl6 return "'" . join("", map { '\N{' . charnames::viacode($_) . '}' }
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencoding.pm597 utf8 euc-jp charnames::viacode()
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm1008 : (charnames::viacode($code) // "");
1360 $map = charnames::viacode($cp);
3635 the function L<charnames/charnames::viacode(code)>.

Completed in 302 milliseconds