Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/i18n/
Dlocale.cc139 const bool script_matches = supported_locale.Script().empty() || in IsLocaleSupported() local
147 if (language_matches && script_matches && region_matches) { in IsLocaleSupported()