Home
last modified time | relevance | path

Searched refs:fRuleStatusIndex (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Drbbi.cpp250 fRuleStatusIndex = that.fRuleStatusIndex; in operator =()
257 fBreakCache->reset(fPosition, fRuleStatusIndex); in operator =()
278 fRuleStatusIndex = 0; in init()
355 fRuleStatusIndex == that2.fRuleStatusIndex && in operator ==()
786 fRuleStatusIndex = 0; in handleNext()
885 fRuleStatusIndex = row->fTagIdx; // Remember the break status (tag) values. in handleNext()
893 fRuleStatusIndex = row->fTagIdx; in handleNext()
934 fRuleStatusIndex = 0; in handleNext()
1127 int32_t idx = fRuleStatusIndex + fData->fRuleStatusTable[fRuleStatusIndex]; in getRuleStatus()
1140 int32_t numVals = fData->fRuleStatusTable[fRuleStatusIndex]; in getRuleStatusVec()
[all …]
Drbbi_cache.cpp234 fBI->fRuleStatusIndex = fStatuses[fBufIdx]; in current()
283 fBI->fRuleStatusIndex = fStatuses[fBufIdx]; in nextOL()
303 fBI->fRuleStatusIndex = fStatuses[fBufIdx]; in previous()
365 ruleStatusIndex = fBI->fRuleStatusIndex; in populateNear()
431 ruleStatusIdx = fBI->fRuleStatusIndex; in populateFollowing()
458 addFollowing(pos, fBI->fRuleStatusIndex, RetainCachePosition); in populateFollowing()
499 positionStatusIdx = fBI->fRuleStatusIndex; in populatePreceding()
515 positionStatusIdx = fBI->fRuleStatusIndex; in populatePreceding()
Drbbi_cache.h96 fBI->fRuleStatusIndex = fStatuses[fBufIdx]; in next()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java238 private int fRuleStatusIndex; field in RuleBasedBreakIterator
562 int idx = fRuleStatusIndex + fRData.fStatusTable[fRuleStatusIndex]; in getRuleStatus()
589 int numStatusVals = fRData.fStatusTable[fRuleStatusIndex]; in getRuleStatusVec()
593 fillInArray[i] = fRData.fStatusTable[fRuleStatusIndex + i + 1]; in getRuleStatusVec()
804 fRuleStatusIndex = 0; in handleNext()
911 fRuleStatusIndex = stateTable[row + RBBIDataWrapper.TAGIDX]; in handleNext()
919 fRuleStatusIndex = stateTable[row + RBBIDataWrapper.TAGIDX]; in handleNext()
953 fRuleStatusIndex = 0; in handleNext()
1405 fRuleStatusIndex = fStatuses[fBufIdx]; in next()
1409 fRuleStatusIndex = fStatuses[fBufIdx]; in next()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java243 private int fRuleStatusIndex; field in RuleBasedBreakIterator
580 int idx = fRuleStatusIndex + fRData.fStatusTable[fRuleStatusIndex]; in getRuleStatus()
608 int numStatusVals = fRData.fStatusTable[fRuleStatusIndex]; in getRuleStatusVec()
612 fillInArray[i] = fRData.fStatusTable[fRuleStatusIndex + i + 1]; in getRuleStatusVec()
825 fRuleStatusIndex = 0; in handleNext()
932 fRuleStatusIndex = stateTable[row + RBBIDataWrapper.TAGIDX]; in handleNext()
940 fRuleStatusIndex = stateTable[row + RBBIDataWrapper.TAGIDX]; in handleNext()
974 fRuleStatusIndex = 0; in handleNext()
1426 fRuleStatusIndex = fStatuses[fBufIdx]; in next()
1430 fRuleStatusIndex = fStatuses[fBufIdx]; in next()
[all …]
/external/icu/icu4c/source/common/unicode/
Drbbi.h106 int32_t fRuleStatusIndex; variable