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