Home
last modified time | relevance | path

Searched refs:maxInSymbol (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducurr.cpp1565 int32_t maxInSymbol = 0; in uprv_parseCurrency() local
1571 &maxInSymbol, &matchIndexInSymbol); in uprv_parseCurrency()
1575 …printf("search in symbols, maxInSymbol = %d, matchIndexInSymbol = %d\n", maxInSymbol, matchIndexIn… in uprv_parseCurrency()
1581 if (max >= maxInSymbol && matchIndex != -1) { in uprv_parseCurrency()
1584 } else if (maxInSymbol >= max && matchIndexInSymbol != -1) { in uprv_parseCurrency()
1586 pos.setIndex(start + maxInSymbol); in uprv_parseCurrency()