Home
last modified time | relevance | path

Searched refs:fLastRuleStatusIndex (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Drbbi.cpp249 fLastRuleStatusIndex = 0; in init()
466 fLastRuleStatusIndex = 0; in first()
482 fLastRuleStatusIndex = 0; in last()
571 fLastRuleStatusIndex = 0; in previous()
614 lastTag = fLastRuleStatusIndex; in previous()
628 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus() in previous()
668 fLastRuleStatusIndex = 0; in following()
952 fLastRuleStatusIndex = 0; in handleNext()
990 fLastRuleStatusIndex = lookaheadTagIdx; in handleNext()
1050 fLastRuleStatusIndex = row->fTagIdx; // Remember the break status (tag) values. in handleNext()
[all …]
/external/icu4c/common/unicode/
Drbbi.h104 int32_t fLastRuleStatusIndex; variable