Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DLocaleList.java550 public static void setDefault(@NonNull @Size(min=1) LocaleList locales, int localeIndex) { in setDefault()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionarySettingsFragment.java311 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in createInstalledDictSettingsCollection() local
H A DDictionaryProvider.java354 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in getDictionaryWordListsForLocale() local
/aosp12/frameworks/base/tools/aapt/
H A DAaptConfig.cpp40 ssize_t localeIndex = 0; in parse() local