Searched refs:sorted_strings (Results 1 – 3 of 3) sorted by relevance
117 sorted_strings = sorted(strings)145 for string in sorted_strings:317 sorted_strings = sorted(tokens_map.keys())320 for string in sorted_strings:
123 sorted_strings = sorted(strings)148 for string in sorted_strings:
3129 ScopedVector<const unsigned char*> sorted_strings( in SerializeStrings() local3135 sorted_strings[index] = reinterpret_cast<const unsigned char*>(entry->key); in SerializeStrings()3138 for (int i = 1; i < sorted_strings.length(); ++i) { in SerializeStrings()3140 SerializeString(sorted_strings[i]); in SerializeStrings()