Home | History | Annotate | Download | only in common

Lines Matching refs:fLastRuleStatusIndex

249     fLastRuleStatusIndex  = 0;
466 fLastRuleStatusIndex = 0;
482 fLastRuleStatusIndex = 0;
571 fLastRuleStatusIndex = 0;
614 lastTag = fLastRuleStatusIndex;
628 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
668 fLastRuleStatusIndex = 0;
952 fLastRuleStatusIndex = 0;
990 fLastRuleStatusIndex = lookaheadTagIdx;
1050 fLastRuleStatusIndex = row->fTagIdx; // Remember the break status (tag) values.
1058 fLastRuleStatusIndex = lookaheadTagIdx;
1163 fLastRuleStatusIndex = 0;
1367 fLastRuleStatusIndex = 0;
1384 U_ASSERT(fLastRuleStatusIndex >= 0 && fLastRuleStatusIndex < fData->fStatusMaxIdx);
1392 // fLastRuleStatusIndex indexes to the start of the appropriate status record
1395 int32_t idx = fLastRuleStatusIndex + fData->fRuleStatusTable[fLastRuleStatusIndex];
1413 int32_t numVals = fData->fRuleStatusTable[fLastRuleStatusIndex];
1421 fillInVec[i] = fData->fRuleStatusTable[fLastRuleStatusIndex + i + 1];