Home
last modified time | relevance | path

Searched refs:completedRule (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java1357 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handleNext() local
1358 if (completedRule > 0) { in handleNext()
1360 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handleNext()
1512 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handlePrevious() local
1513 if (completedRule > 0) { in handlePrevious()
1515 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handlePrevious()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java1337 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handleNext() local
1338 if (completedRule > 0) { in handleNext()
1340 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handleNext()
1492 int completedRule = stateTable[row + RBBIDataWrapper.ACCEPTING]; in handlePrevious() local
1493 if (completedRule > 0) { in handlePrevious()
1495 int lookaheadResult = fLookAheadMatches.getPosition(completedRule); in handlePrevious()
/external/icu/icu4c/source/common/
Drbbi.cpp1150 int16_t completedRule = row->fAccepting; in handleNext() local
1151 if (completedRule > 0) { in handleNext()
1153 int32_t lookaheadResult = lookAheadMatches.getPosition(completedRule); in handleNext()
1342 int16_t completedRule = row->fAccepting; in handlePrevious() local
1343 if (completedRule > 0) { in handlePrevious()
1345 int32_t lookaheadResult = lookAheadMatches.getPosition(completedRule); in handlePrevious()