Searched refs:getHST (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/t/ |
| D | hangtype.t | 24 ok(Unicode::Collate::getHST(0x0000), ''); 25 ok(Unicode::Collate::getHST(0x0100), ''); 26 ok(Unicode::Collate::getHST(0x1000), ''); 27 ok(Unicode::Collate::getHST(0x10FF), ''); 28 ok(Unicode::Collate::getHST(0x1100), 'L'); 29 ok(Unicode::Collate::getHST(0x1101), 'L'); 30 ok(Unicode::Collate::getHST(0x1159), 'L'); 31 ok(Unicode::Collate::getHST(0x115A), ''); 32 ok(Unicode::Collate::getHST(0x115E), ''); 33 ok(Unicode::Collate::getHST(0x115F), 'L'); [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Unicode/ |
| D | Collate.pm | 662 $curHST .= getHST($u); 860 sub getHST { subroutine
|