Home | History | Annotate | Download | only in common

Lines Matching defs:handleNext

531     int32_t result = handleNext(fData->fForwardTable);
619 // we wont have a tag value for that position, which is only set by handleNext().
700 handleNext(fData->fSafeFwdTable);
808 handleNext(fData->fSafeFwdTable);
916 // handleNext(stateTable)
924 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
946 // No matter what, handleNext alway correctly sets the break tag value.
1133 // The logic of this function is very similar to handleNext(), above.
1156 // to back up, then re-find the break position using handleNext(), which does
1352 // cached by the handleNext() function.