Lines Matching refs:testname
987 my ($testname, $bytes, $allowed_uv, $needed_to_discern_len) = @$test;
990 my $initially_overlong = $testname =~ /overlong/;
991 my $initially_orphan = $testname =~ /orphan/;
1184 die "Can't figure out what type of warning to test for $testname"
1187 die 'Didn\'t set $needed_to_discern_len for ' . $testname
1440 is($ret, 0, "For $testname$malformations_name: isUTF8_CHAR() returns 0");
1444 is($ret, $this_length, "For $testname: isUTF8_CHAR() returns"
1462 = ( $testname =~ /surrogate|non-character/
1487 my $expected_ret = ( $testname =~ /surrogate/
1876 my $this_name = "$utf8_func() $testname: ";
2076 $this_name = "$uvchr_func() $testname: "