Lines Matching full:strings
32 // of input strings being checked. (Used in multiple places.)
149 // For longer strings, the value array contains an index into the strings table.
152 // The strings table contains all of the value strings (those of length two or greater)
155 // The array is arranged by length of the strings - all strings of the same length
156 // are stored together. The sections are ordered by length of the strings -
157 // all two char strings first, followed by all of the three Char strings, etc.
159 // There is no nul character or other mark between adjacent strings.
162 // The length of strings from 1 to 3 is flagged in the key table.
163 // For strings of length 4 or longer, the string length table provides a
165 // Strings of these lengths are rare, so lookup time is not an issue.
183 uint16_t fStrLength; // Length of strings