Searched refs:localeIndex (Results 1 – 4 of 4) sorted by relevance
571 public static void setDefault(@NonNull @Size(min=1) LocaleList locales, int localeIndex) { in setDefault() argument579 sLastDefaultLocale = locales.get(localeIndex); in setDefault()583 if (localeIndex == 0) { in setDefault()
862 for (int localeIndex = 0; localeIndex < numLocales; ++localeIndex) { in getDefaultKeyboardLayout()863 if (isCompatibleLocale(systemLocale, locales.get(localeIndex))) { in getDefaultKeyboardLayout()883 for (int localeIndex = 0; localeIndex < numLocales; ++localeIndex) { in getDefaultKeyboardLayout()884 final Locale locale = locales.get(localeIndex); in getDefaultKeyboardLayout()896 for (int localeIndex = 0; localeIndex < numLocales; ++localeIndex) { in getDefaultKeyboardLayout()897 final Locale locale = locales.get(localeIndex); in getDefaultKeyboardLayout()
40 ssize_t localeIndex = 0; in parse() local66 localeIndex = locale.initFromDirName(parts, index); in parse()67 if (localeIndex < 0) { in parse()69 } else if (localeIndex > index) { in parse()71 index = localeIndex; in parse()
480 for (int localeIndex = 0; localeIndex < localeCount; ++localeIndex) { in findAvailSystemSpellCheckerLocked()481 final Locale locale = suitableLocales.get(localeIndex); in findAvailSystemSpellCheckerLocked()