Lines Matching full:strings
242 # by the C program. Strings are referenced by their index into
245 my %strings;
251 $strings{$_} = 1 if (length($_));
255 my @strings = sort keys %strings;
256 unshift @strings, "";
258 print "const int32_t STRING_COUNT = ", scalar @strings, ";\n\n";
264 for (my $i=0; $i<@strings; ++$i) {
265 print " $STRING_CLASS(\"$strings[$i]\", $i),\n";
266 $stringToID{$strings[$i]} = $i;
277 print "int32_t REMAP[", scalar @strings, "];\n\n";
289 # The entry at [0] consists of 2 strings, 114 and 115.
303 my %groupToInt; # Map group strings to ints
344 ": \"", join("\", \"", map { $strings[$_] } @a), "\" */\n";
395 my $name = $strings[$nameGroups[$p->{$enum}]];
483 # Ensure that the version strings in the given hashes (under the key
812 # Make "n/a" strings unique
886 # Make "n/a" strings unique