HomeSort by relevance Sort by last modified time
    Searched defs:findFirstMatchIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
LocaleList.java 356 private int findFirstMatchIndex(Locale supportedLocale) {
380 final int idx = findFirstMatchIndex(EN_LATN);
391 final int idx = findFirstMatchIndex(supportedLocale);
  /frameworks/support/compat/src/main/java/androidx/core/os/
LocaleListHelper.java 340 private int findFirstMatchIndex(Locale supportedLocale) {
364 final int idx = findFirstMatchIndex(EN_LATN);
375 final int idx = findFirstMatchIndex(supportedLocale);

Completed in 80 milliseconds