Searched refs:fOtherRuleStatusIndex (Results 1 – 4 of 4) sorted by relevance
30 fStart(0), fLimit(0), fFirstRuleStatusIndex(0), fOtherRuleStatusIndex(0) { in DictionaryCache()44 fOtherRuleStatusIndex = 0; in reset()66 *statusIndex = fOtherRuleStatusIndex; in following()76 *statusIndex = fOtherRuleStatusIndex; in following()105 *statusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()118 *statusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()135 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary()
66 int32_t fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. variable
1155 fOtherRuleStatusIndex = 0; in reset()1177 fStatusIndex = fOtherRuleStatusIndex; in following()1187 fStatusIndex = fOtherRuleStatusIndex; in following()1217 fStatusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()1230 fStatusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()1255 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary()1347 fOtherRuleStatusIndex = src.fOtherRuleStatusIndex; in DictionaryCache()1360 int fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. local
1176 fOtherRuleStatusIndex = 0; in reset()1198 fStatusIndex = fOtherRuleStatusIndex; in following()1208 fStatusIndex = fOtherRuleStatusIndex; in following()1238 fStatusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()1251 fStatusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()1276 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary()1368 fOtherRuleStatusIndex = src.fOtherRuleStatusIndex; in DictionaryCache()1381 int fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. local