Searched refs:codepoint (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm143 C<$codepoint> should be an unsigned integer
147 interpretation of C<$codepoint> as a decimal number has incompatibility.
148 XS converts C<$codepoint> to an unsigned integer, but pure Perl does not.
149 Do not use a floating point nor a negative sign in C<$codepoint>.
324 =item C<$canonical_decomposed = getCanon($codepoint)>
326 If the character of the specified codepoint is canonically
332 =item C<$compatibility_decomposed = getCompat($codepoint)>
334 If the character of the specified codepoint is compatibility
344 returns the codepoint of the composite.
348 =item C<$combining_class = getCombinClass($codepoint)>
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables235 my $codepoint = shift;
239 confess "oops ($codepoint <= $PrevMax)" if $codepoint <= $PrevMax;
241 $Table->[-1]->[RANGE_END] = $codepoint;
271 my $codepoint = shift;
281 $Table->Max == $codepoint - 1
285 $Table->Extend($codepoint);
289 $Table->RawAppendRange($codepoint, $codepoint, $name);
357 ## arg is a codepoint, mak
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm30 my $charinfo = charinfo($codepoint);
33 my $charblock = charblock($codepoint);
36 my $charscript = charscript($codepoint);
46 print "looks like $script\n" if charinrange($range, $codepoint);
49 my $compexcl = compexcl($codepoint);
481 print "looks like hiragana\n" if charinrange($range, $codepoint);
H A DCollate.pm1291 By default, CJK Unified Ideographs are ordered in Unicode codepoint order
1301 my $u = shift; # get a Unicode codepoint
1412 the sort key is made from its codepoint
1415 (in the codepoint order among the unassigned characters).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm343 codepoint" for the character (the exceptions are those platforms where

Completed in 40 milliseconds