Home | History | Annotate | Download | only in Scripts

Lines Matching full:line

133         # Handle continued multi-line comment.
139 # Handle all the tokens in the line.
213 $_ = ""; # If the comment doesn't end, discard the result of the line and set flag
217 $_ = ""; # Discard the rest of the line
299 my ($string, $key, $comment, $file, $line) = @_;
304 print "$file:$line:ERROR:string has an illegal hexadecimal escape sequence\n";
309 print "$file:$line:ERROR:key has an illegal hexadecimal escape sequence\n";
314 print "$file:$line:ERROR:comment has an illegal hexadecimal escape sequence\n";
318 print "$file:$line:ERROR:string for translation has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";
322 print "$file:$line:ERROR:key has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";
326 print "$file:$line:ERROR:comment for translation has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";
335 print "$file:$line:encountered the same key, \"$key\", twice, with different strings\n";
341 print "$file:$line:encountered the same key, \"$key\", twice, with different comments\n";
348 $lineByKey{$key} = $line;