Searched refs:composition (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.pm217 followed by canonical composition).
226 followed by B<canonical> composition).
290 It returns the result of canonical composition
511 may be composed with the previous one in a certain composition
517 It returns a boolean whether the code point is a composition exclusion.
615 =item Revised definition of canonical composition
617 In Unicode 4.1.0, the definition D2 of canonical composition (which
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/t/lib/
H A DTesting.pm439 on the particular parsing and HTML composition functionality found within
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables14856 my @composition = ('Name', 'Unicode_1_Name', '_Perl_Name_Alias');
14859 push @composition, 'Named_Sequence';
14959 if (@composition <= 2) { # Always at least 2
14960 $comment = join " and ", @composition;
14963 $comment = join ", ", @composition[0 .. scalar @composition - 2];
14964 $comment .= ", and $composition[-1]";
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm356 Note that you cannot do (de)composition and casing based solely on the
1820 be produced by composition normalization. For the final two forms to return
1828 either of these conditions should also not be produced by composition

Completed in 228 milliseconds