Home | History | Annotate | Download | only in i18n

Lines Matching refs:maxInSymbol

1375     int32_t maxInSymbol = 0;
1381 &maxInSymbol, &matchIndexInSymbol);
1385 printf("search in symbols, maxInSymbol = %d, matchIndexInSymbol = %d\n", maxInSymbol, matchIndexInSymbol);
1388 if (max >= maxInSymbol && matchIndex != -1) {
1391 } else if (maxInSymbol >= max && matchIndexInSymbol != -1) {
1393 pos.setIndex(start + maxInSymbol);