Searched refs:fRuleStatusIndex (Results 1 – 6 of 6) sorted by relevance
250 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 …]
234 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()
96 fBI->fRuleStatusIndex = fStatuses[fBufIdx]; in next()
238 private int fRuleStatusIndex; field in RuleBasedBreakIterator562 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 …]
243 private int fRuleStatusIndex; field in RuleBasedBreakIterator580 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 …]
106 int32_t fRuleStatusIndex; variable