Searched refs:SWASHNEW (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Carp/t/ |
| D | vivify_gv.t | 5 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/ |
| D | UCD.pm | 422 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/ |
| D | Changes | 30 - Now need to use code points above 255 to get SWASHNEW to load
|