Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java208 private static final int RBBI_RUN = 1; field in RuleBasedBreakIterator
1274 int mode = RBBI_RUN; in handleNext()
1300 else if (mode == RBBI_RUN) { in handleNext()
1337 mode = RBBI_RUN; in handleNext()
1439 mode = RBBI_RUN; in handlePrevious()
1471 if (mode == RBBI_RUN) { in handlePrevious()
1535 if (mode == RBBI_RUN) { in handlePrevious()
1539 mode = RBBI_RUN; in handlePrevious()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java203 private static final int RBBI_RUN = 1; field in RuleBasedBreakIterator
1254 int mode = RBBI_RUN; in handleNext()
1280 else if (mode == RBBI_RUN) { in handleNext()
1317 mode = RBBI_RUN; in handleNext()
1419 mode = RBBI_RUN; in handlePrevious()
1451 if (mode == RBBI_RUN) { in handlePrevious()
1515 if (mode == RBBI_RUN) { in handlePrevious()
1519 mode = RBBI_RUN; in handlePrevious()
/external/icu/icu4c/source/common/
Drbbi.cpp968 RBBI_RUN, // state machine processing is in the user text enumerator
1069 mode = RBBI_RUN; in handleNext()
1097 if (mode == RBBI_RUN) { in handleNext()
1178 if (mode == RBBI_RUN) { in handleNext()
1182 mode = RBBI_RUN; in handleNext()
1260 mode = RBBI_RUN; in handlePrevious()
1294 if (mode == RBBI_RUN) { in handlePrevious()
1369 if (mode == RBBI_RUN) { in handlePrevious()
1373 mode = RBBI_RUN; in handlePrevious()