Searched refs:display_nfc (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables19158 my $display_nfc = ord_string($nfc);
19180 is(NFC($source), $nfc, "NFC($display_source) eq $display_nfc");
19181 is(NFC($nfc), $nfc, "NFC($display_nfc) eq $display_nfc");
19182 is(NFC($nfd), $nfc, "NFC($display_nfd) eq $display_nfc");
19187 is(NFD($nfc), $nfd, "NFD($display_nfc) eq $display_nfd");
19193 is(NFKC($nfc), $nfkc, "NFKC($display_nfc) eq $display_nfkc");
19199 is(NFKD($nfc), $nfkd, "NFKD($display_nfc) eq $display_nfkd");
H A DTestNorm.pl14 my $display_nfc = ord_string($nfc);
36 is(NFC($source), $nfc, "NFC($display_source) eq $display_nfc");
37 is(NFC($nfc), $nfc, "NFC($display_nfc) eq $display_nfc");
38 is(NFC($nfd), $nfc, "NFC($display_nfd) eq $display_nfc");
43 is(NFD($nfc), $nfd, "NFD($display_nfc) eq $display_nfd");
49 is(NFKC($nfc), $nfkc, "NFKC($display_nfc) eq $display_nfkc");
55 is(NFKD($nfc), $nfkd, "NFKD($display_nfc) eq $display_nfkd");
[all...]

Completed in 369 milliseconds