Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchIndexInSymbol

1376     int32_t matchIndexInSymbol = -1;
1381 &maxInSymbol, &matchIndexInSymbol);
1385 printf("search in symbols, maxInSymbol = %d, matchIndexInSymbol = %d\n", maxInSymbol, matchIndexInSymbol);
1391 } else if (maxInSymbol >= max && matchIndexInSymbol != -1) {
1392 u_charsToUChars(currencySymbols[matchIndexInSymbol].IsoCode, result, 4);