Searched refs:IsAnyLocaleSupported (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/utils/i18n/ |
D | locale_test.cc | 74 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()
|
D | locale.h | 55 static bool IsAnyLocaleSupported(const std::vector<Locale>& locales,
|
D | locale.cc | 154 bool Locale::IsAnyLocaleSupported(const std::vector<Locale>& locales, in IsAnyLocaleSupported() function in libtextclassifier3::Locale
|
/external/libtextclassifier/annotator/ |
D | annotator.cc | 673 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/ |
D | actions-suggestions.cc | 1349 if (Locale::IsAnyLocaleSupported( in GatherActionsSuggestions()
|