Home | History | Annotate | Download | only in common

Lines Matching defs:handleNext

595     int32_t result = handleNext(fData->fForwardTable);
683 // we wont have a tag value for that position, which is only set by handleNext().
764 handleNext(fData->fSafeFwdTable);
872 handleNext(fData->fSafeFwdTable);
980 // handleNext(stateTable)
988 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
1010 // No matter what, handleNext alway correctly sets the break tag value.
1202 // The logic of this function is very similar to handleNext(), above.
1225 // to back up, then re-find the break position using handleNext(), which does
1424 // cached by the handleNext() function.