Searched refs:matchIndexInSymbol (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducurr.cpp1528 int32_t matchIndexInSymbol = -1; local
1533 &maxInSymbol, &matchIndexInSymbol);
1537 printf("search in symbols, maxInSymbol = %d, matchIndexInSymbol = %d\n", maxInSymbol, matchIndexInSymbol);
1538 if(matchIndexInSymbol != -1) {
1539 printf("== ISO=%s\n", currencySymbols[matchIndexInSymbol].IsoCode);
1546 } else if (maxInSymbol >= max && matchIndexInSymbol != -1) {
1547 u_charsToUChars(currencySymbols[matchIndexInSymbol].IsoCode, result, 4);

Completed in 311 milliseconds