Home
last modified time | relevance | path

Searched refs:SWASHNEW (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Carp/t/
Dvivify_gv.t5 our $has_swashnew; BEGIN { $has_swashnew = exists($utf8::{"SWASHNEW"}); }
14 print !(exists($utf8::{"SWASHNEW"}) xor $has_swashnew) ? "" : "not ", "ok 3\n";
/openbsd/src/gnu/usr.bin/perl/lib/Unicode/
DUCD.pm422 sub SWASHNEW { subroutine
879 $subobj = SWASHNEW($t, "", $minbits, 0);
882 $subobj = SWASHNEW($name, "", $minbits, 0);
885 $subobj = SWASHNEW("", $c, $minbits, 0);
3179 my $swash = SWASHNEW(__PACKAGE__, $prop, undef, 1, 0);
3840 my $swash = SWASHNEW(__PACKAGE__, "To$prop", undef, 32, 0);
/openbsd/src/gnu/usr.bin/perl/dist/Safe/
DChanges30 - Now need to use code points above 255 to get SWASHNEW to load