Lines Matching full:strings
49 // 2. Sort all of the strings encountered by length, since they will need to
103 // Comparison function for ordering strings in the string pool.
309 // This is done in two steps. First the data is assembled into vectors and strings,
315 // Strings of length one are not entered into the strings array.
318 // (Strings in the table are sorted by length)
332 // strings of length one do not get an entry in the string table.
388 // collections and strings. Copy it from there to the final flat
442 // The Strings Table.
447 UChar *strings =
452 fStringTable->extract(strings, stringsLength+1, status);
455 rawData->fCFUStringTable = (char *)strings - (char *)rawData;
457 fSpoofImpl->fSpoofData->fCFUStrings = strings;