Home | History | Annotate | Download | only in mac

Lines Matching refs:PlatformName

69         if (my ($PlatformName, undef, $flags, $IANANames) = /^(.+?)(, (.+))?: (.+)$/) {
72 my $PlatformNameWithFlags = $PlatformName;
78 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformNameWithFlags};
123 error "$baseFilename lists both $name and $otherName under $PlatformName, but that aliasing is already specified in character-sets.txt";
129 emit_line($firstName, $PlatformPrefix, $PlatformName, $flags);
131 emit_line($alias, $PlatformPrefix, $PlatformName, $flags) if $alias ne $canonicalFirstName;
134 my $PlatformName = $1;
136 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformName};
137 $seenPlatformNames{$PlatformName} = 1;