Home
last modified time | relevance | path

Searched refs:findFirstMatchIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DLocaleList.java365 private int findFirstMatchIndex(Locale supportedLocale) { in findFirstMatchIndex() method in LocaleList
389 final int idx = findFirstMatchIndex(EN_LATN); in computeFirstMatchIndex()
400 final int idx = findFirstMatchIndex(supportedLocale); in computeFirstMatchIndex()