Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchIndex

1161     int32_t matchIndex = -1;
1179 // matchIndex saves the one with exact match till the current point.
1181 matchIndex = binarySearch(currencyNames, index,
1187 if (matchIndex != -1) {
1191 *maxMatchIndex = matchIndex;
1366 int32_t matchIndex = -1;
1369 upperText, textLen, &max, &matchIndex);
1372 printf("search in names, max = %d, matchIndex = %d\n", max, matchIndex);
1388 if (max >= maxInSymbol && matchIndex != -1) {
1389 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4);