Home
last modified time | relevance | path

Searched refs:split_locales (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/annotator/datetime/
Dparser.cc291 std::vector<StringPiece> split_locales = strings::Split(locales, ','); in ParseAndExpandLocales() local
292 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()