Searched refs:bestSupportedLsrIndex (Results 1 – 5 of 5) sorted by relevance
942 int bestSupportedLsrIndex = -1; in getBestSuppIndex() local968 bestSupportedLsrIndex = LocaleDistance.getIndex(bestIndexAndDistance); in getBestSuppIndex()980 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()986 int suppIndex = supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()
1037 int bestSupportedLsrIndex = -1; in getBestSuppIndex() local1063 bestSupportedLsrIndex = LocaleDistance.getIndex(bestIndexAndDistance); in getBestSuppIndex()1075 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()1081 int suppIndex = supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()
684 int32_t bestSupportedLsrIndex = -1; in getBestSuppIndex() local707 bestSupportedLsrIndex = LocaleDistance::getIndex(bestIndexAndDistance); in getBestSuppIndex()719 if (bestSupportedLsrIndex < 0) { in getBestSuppIndex()723 return supportedIndexes[bestSupportedLsrIndex]; in getBestSuppIndex()