Lines Matching refs:suppIndex
626 int32_t suppIndex = getBestSuppIndex( in getBestMatch() local
629 return U_SUCCESS(errorCode) && suppIndex >= 0 ? supportedLocales[suppIndex] : defaultLocale; in getBestMatch()
639 int32_t suppIndex = getBestSuppIndex(lsrIter.next(errorCode), &lsrIter, errorCode); in getBestMatch() local
640 return U_SUCCESS(errorCode) && suppIndex >= 0 ? supportedLocales[suppIndex] : defaultLocale; in getBestMatch()
655 int32_t suppIndex = getBestSuppIndex( in getBestMatchResult() local
658 if (U_FAILURE(errorCode) || suppIndex < 0) { in getBestMatchResult()
661 return Result(&desiredLocale, supportedLocales[suppIndex], 0, suppIndex, FALSE); in getBestMatchResult()
671 int32_t suppIndex = getBestSuppIndex(lsrIter.next(errorCode), &lsrIter, errorCode); in getBestMatchResult() local
672 if (U_FAILURE(errorCode) || suppIndex < 0) { in getBestMatchResult()
675 return Result(lsrIter.orphanRemembered(), supportedLocales[suppIndex], in getBestMatchResult()
676 lsrIter.getBestDesiredIndex(), suppIndex, TRUE); in getBestMatchResult()
690 int32_t suppIndex = uhash_getiAndFound(supportedLsrToIndex, &desiredLSR, &found); in getBestSuppIndex() local
695 return suppIndex; in getBestSuppIndex()