Searched refs:split_locales (Results 1 – 1 of 1) sorted by relevance
291 std::vector<StringPiece> split_locales = strings::Split(locales, ','); in ParseAndExpandLocales() local292 if (!split_locales.empty()) { in ParseAndExpandLocales()293 *reference_locale = split_locales[0].ToString(); in ParseAndExpandLocales()299 for (const StringPiece& locale_str : split_locales) { in ParseAndExpandLocales()