Home
last modified time | relevance | path

Searched defs:targetLocale (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/
DLocaleNative.java65 public static String getDisplayCountry(Locale targetLocale, Locale locale) { in getDisplayCountry()
84 public static String getDisplayLanguage(Locale targetLocale, Locale locale) { in getDisplayLanguage()
103 public static String getDisplayVariant(Locale targetLocale, Locale locale) { in getDisplayVariant()
122 public static String getDisplayScript(Locale targetLocale, Locale locale) { in getDisplayScript()
/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
DLocaleUtils.java43 @ModelTypeDef String modelType, Locale targetLocale, TextClassifierSettings settings) { in lookupBestLocaleTagAndManifestUrl()
59 static String lookupBestLocaleTag(Locale targetLocale, Collection<String> availableTags) { in lookupBestLocaleTag()
/external/icu/android_icu4j/testing/src/com/android/icu/test/util/
DLocaleNativeTest.java99 String get(Locale targetLocale, Locale displayLocale); in get()
/external/libtextclassifier/java/src/com/android/textclassifier/
DModelFileManagerImpl.java380 Locale targetLocale = findBestModelLocale(localePreferences, detectedLocales); in findBestModelFile() local
404 private ModelFile findBestModelFile(@ModelTypeDef String modelType, Locale targetLocale) { in findBestModelFile()