Searched refs:codepoints (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/encoding-warnings/lib/encoding/
H A Dwarnings.pm48 codepoints in Unicode happens to agree with Latin-1.
/openbsd-current/gnu/usr.bin/perl/regen/
H A Debcdic.pl363 * The 'mod' in the name means that codepoints whose uppercase is above 255 or
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm2703 A JSON string becomes a string scalar in Perl - Unicode codepoints in JSON
2704 are represented by the same codepoints in the Perl string, so no manual
3029 "(re-)interpreting" them as Unicode codepoints or Unicode characters,
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm433 ## Get the list of codepoints for the type.
3768 # All codepoints
3770 my ($codepoints, $names, $format, $default) = prop_invmap($cat);
3772 foreach my $i (0 .. @$codepoints - 2) {
3773 my ($cp, $n) = ($codepoints->[$i], $names->[$i]);
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.pm1142 * Out-of-range codepoints (greater than U+10FFFF) are not ignored,
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables10827 # meaning the codepoints in the range all have the value 'map' under
12737 my $codepoints = $fields[0];
12743 $_ = "$codepoints; $decimal";
12778 $_ = "$codepoints; $rational";

Completed in 283 milliseconds