Searched refs:localeIndex (Results 1 – 4 of 4) sorted by relevance
297 for (int localeIndex = 0; localeIndex < locales.size(); ++localeIndex) { in getDefaultKeyboardLayout()298 final Locale locale = locales.get(localeIndex); in getDefaultKeyboardLayout()315 for (int localeIndex = 0; localeIndex < locales.size(); ++localeIndex) { in getDefaultKeyboardLayout()316 final Locale locale = locales.get(localeIndex); in getDefaultKeyboardLayout()326 for (int localeIndex = 0; localeIndex < locales.size(); ++localeIndex) { in getDefaultKeyboardLayout()327 final Locale locale = locales.get(localeIndex); in getDefaultKeyboardLayout()
560 public static void setDefault(@NonNull @Size(min=1) LocaleList locales, int localeIndex) { in setDefault() argument568 sLastDefaultLocale = locales.get(localeIndex); in setDefault()572 if (localeIndex == 0) { in setDefault()
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()
453 for (int localeIndex = 0; localeIndex < localeCount; ++localeIndex) { in findAvailSystemSpellCheckerLocked()454 final Locale locale = suitableLocales.get(localeIndex); in findAvailSystemSpellCheckerLocked()