HomeSort by relevance Sort by last modified time
    Searched refs:fRuleStatusIndex (Results 1 - 6 of 6) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java 238 private int fRuleStatusIndex;
562 int idx = fRuleStatusIndex + fRData.fStatusTable[fRuleStatusIndex];
589 int numStatusVals = fRData.fStatusTable[fRuleStatusIndex];
593 fillInArray[i] = fRData.fStatusTable[fRuleStatusIndex + i + 1];
785 * fRuleStatusIndex Info from the state table indicating which rules caused the boundary.
804 fRuleStatusIndex = 0;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 243 private int fRuleStatusIndex;
580 int idx = fRuleStatusIndex + fRData.fStatusTable[fRuleStatusIndex];
608 int numStatusVals = fRData.fStatusTable[fRuleStatusIndex];
612 fillInArray[i] = fRData.fStatusTable[fRuleStatusIndex + i + 1];
806 * fRuleStatusIndex Info from the state table indicating which rules caused the boundary.
825 fRuleStatusIndex = 0;
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 250 fRuleStatusIndex = that.fRuleStatusIndex;
257 fBreakCache->reset(fPosition, fRuleStatusIndex);
278 fRuleStatusIndex = 0;
355 fRuleStatusIndex == that2.fRuleStatusIndex &&
786 fRuleStatusIndex = 0;
885 fRuleStatusIndex = row->fTagIdx; // Remember the break status (tag) values.
893 fRuleStatusIndex = row->fTagIdx;
934 fRuleStatusIndex = 0
    [all...]
rbbi_cache.cpp 234 fBI->fRuleStatusIndex = fStatuses[fBufIdx];
283 fBI->fRuleStatusIndex = fStatuses[fBufIdx];
303 fBI->fRuleStatusIndex = fStatuses[fBufIdx];
365 ruleStatusIndex = fBI->fRuleStatusIndex;
431 ruleStatusIdx = fBI->fRuleStatusIndex;
458 addFollowing(pos, fBI->fRuleStatusIndex, RetainCachePosition);
499 positionStatusIdx = fBI->fRuleStatusIndex;
515 positionStatusIdx = fBI->fRuleStatusIndex;
rbbi_cache.h 96 fBI->fRuleStatusIndex = fStatuses[fBufIdx];
  /external/icu/icu4c/source/common/unicode/
rbbi.h 106 int32_t fRuleStatusIndex;
678 * fRuleStatusIndex Info from the state table indicating which rules caused the boundary.

Completed in 434 milliseconds