Searched defs:FCD (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm30 FCD checkFCD FCC checkFCC composeContiguous
37 fast => [ qw/FCD checkFCD FCC checkFCC composeContiguous/ ],
66 sub FCD ($) { subroutine
77 FCD => \&FCD, FCC => \&FCC,
99 FCD => \&checkFCD, FCC => \&checkFCC,
173 =item C<$FCD_string = FCD($string)>
175 If the given string is in FCD ("Fast C or D" form; cf. UTN #5),
176 returns it without modification; otherwise returns an FCD string.
178 Note: FCD i
[all...]

Completed in 26 milliseconds