Home | History | Annotate | Download | only in mac

Lines Matching full:basefilename

57     my $baseFilename = $filename;
58 $baseFilename =~ s|.*/||;
78 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformNameWithFlags};
90 error "$name, in $baseFilename, has illegal characters in it";
96 error "$name, in $baseFilename, has illegal characters in it (must be all lowercase alphanumeric)";
100 error "$name comes after $prevName in $baseFilename, but everything must be in alphabetical order";
110 error "$name is mentioned twice in $baseFilename" if $seenIANANames{$canonicalName};
123 error "$baseFilename lists both $name and $otherName under $PlatformName, but that aliasing is already specified in character-sets.txt";
136 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformName};
139 error "syntax error in $baseFilename, line $.";