Home | History | Annotate | Download | only in hyphenation

Lines Matching full:atoi

345                     dict[k]->lhmin = atoi(buf + 13);
348 dict[k]->rhmin = atoi(buf + 14);
351 dict[k]->clhmin = atoi(buf + 21);
354 dict[k]->crhmin = atoi(buf + 22);
370 replindex = (signed char) atoi(index + 1) - 1;
371 replcut = (signed char) atoi(index2 + 1);