Home | History | Annotate | Download | only in common

Lines Matching defs:handleNext

596     int32_t result = handleNext(fData->fForwardTable);
684 // we wont have a tag value for that position, which is only set by handleNext().
765 handleNext(fData->fSafeFwdTable);
873 handleNext(fData->fSafeFwdTable);
981 // handleNext(stateTable)
989 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
1011 // No matter what, handleNext alway correctly sets the break tag value.
1203 // The logic of this function is very similar to handleNext(), above.
1226 // to back up, then re-find the break position using handleNext(), which does
1425 // cached by the handleNext() function.