Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/i18n/
Dlocale_test.cc74 EXPECT_TRUE(Locale::IsAnyLocaleSupported(locales, supported_locales, in TEST()
83 EXPECT_FALSE(Locale::IsAnyLocaleSupported(locales, supported_locales, in TEST()
91 EXPECT_TRUE(Locale::IsAnyLocaleSupported(locales, supported_locales, in TEST()
98 EXPECT_TRUE(Locale::IsAnyLocaleSupported({}, supported_locales, in TEST()
Dlocale.h55 static bool IsAnyLocaleSupported(const std::vector<Locale>& locales,
Dlocale.cc154 bool Locale::IsAnyLocaleSupported(const std::vector<Locale>& locales, in IsAnyLocaleSupported() function in libtextclassifier3::Locale
/external/libtextclassifier/annotator/
Dannotator.cc673 if (!Locale::IsAnyLocaleSupported(detected_text_language_tags, in SuggestSelection()
1013 if (!Locale::IsAnyLocaleSupported(detected_text_language_tags, in ModelSuggestSelection()
1213 if (!Locale::IsAnyLocaleSupported(detected_text_language_tags, in ModelClassifyText()
1347 if (!Locale::IsAnyLocaleSupported(detected_text_language_tags, in ModelClassifyText()
1493 if (!Locale::IsAnyLocaleSupported(detected_text_language_tags, in ClassifyText()
1643 if (!Locale::IsAnyLocaleSupported(detected_text_language_tags, in ModelAnnotate()
1793 if (!Locale::IsAnyLocaleSupported(detected_text_language_tags, in Annotate()
/external/libtextclassifier/actions/
Dactions-suggestions.cc1349 if (Locale::IsAnyLocaleSupported( in GatherActionsSuggestions()