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

/external/icu4c/i18n/
H A Ducurr.cpp1381 int32_t maxInSymbol = 0; local
1387 &maxInSymbol, &matchIndexInSymbol);
1391 printf("search in symbols, maxInSymbol = %d, matchIndexInSymbol = %d\n", maxInSymbol, matchIndexInSymbol);
1394 if (max >= maxInSymbol && matchIndex != -1) {
1397 } else if (maxInSymbol >= max && matchIndexInSymbol != -1) {
1399 pos.setIndex(start + maxInSymbol);

Completed in 103 milliseconds