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

/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t2568 my @off_invlist = prop_invlist("$prop = $map");
2569 my $min = (@off_invlist >= @{$maps{$map}})
2570 ? @off_invlist
2573 if ($i > @off_invlist - 1) {
2580 diag("There is no element [$i] from the implicit $prop=$map constructed from prop_invmap(), while [$i] in the one from prop_invlist() is '$off_invlist[$i]'");
2583 elsif ($maps{$map}[$i] ne $off_invlist[$i]) {
2585 diag("Element [$i] of the implicit $prop=$map constructed from prop_invmap() is '$maps{$map}[$i]', and the one from prop_invlist() is '$off_invlist[$i]'");

Completed in 114 milliseconds