Searched refs:maxInSymbol (Results 1 – 1 of 1) sorted by relevance
1541 int32_t maxInSymbol = 0; in uprv_parseCurrency() local1548 &maxInSymbol, &matchIndexInSymbol); in uprv_parseCurrency()1552 …printf("search in symbols, maxInSymbol = %d, matchIndexInSymbol = %d\n", maxInSymbol, matchIndexIn… in uprv_parseCurrency()1558 if (max >= maxInSymbol && matchIndex != -1) { in uprv_parseCurrency()1561 } else if (maxInSymbol >= max && matchIndexInSymbol != -1) { in uprv_parseCurrency()1563 pos.setIndex(start + maxInSymbol); in uprv_parseCurrency()