Searched defs:supportedLocales (Results 1 – 3 of 3) sorted by relevance
343 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()381 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()395 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()403 public int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()413 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()421 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()428 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()437 public static boolean isPseudoLocalesOnly(@Nullable String[] supportedLocales) { in isPseudoLocalesOnly()
31 public final ArraySet<Locale> supportedLocales; field in KeyphraseMetadata34 public KeyphraseMetadata(int id, String keyphrase, ArraySet<Locale> supportedLocales, in KeyphraseMetadata()
53 final String[] supportedLocales = resources.getAssets().getNonSystemLocales(); in ensureNoLanguage() local