Home
last modified time | relevance | path

Searched refs:fFirstRuleStatusIndex (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Drbbi_cache.cpp30 fStart(0), fLimit(0), fFirstRuleStatusIndex(0), fOtherRuleStatusIndex(0) { in DictionaryCache()
40 fFirstRuleStatusIndex = 0; in reset()
102 *statusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()
115 *statusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()
131 fFirstRuleStatusIndex = firstRuleStatus; in populateDictionary()
Drbbi_cache.h65 int32_t fFirstRuleStatusIndex; // Rule status info for first boundary. variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java1077 fFirstRuleStatusIndex = 0;
1140 fStatusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()
1153 fStatusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()
1177 fFirstRuleStatusIndex = firstRuleStatus; in populateDictionary()
1269 fFirstRuleStatusIndex = src.fFirstRuleStatusIndex; in DictionaryCache()
1282 int fFirstRuleStatusIndex; // Rule status info for first boundary. local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java1098 fFirstRuleStatusIndex = 0;
1161 fStatusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()
1174 fStatusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding()
1198 fFirstRuleStatusIndex = firstRuleStatus; in populateDictionary()
1290 fFirstRuleStatusIndex = src.fFirstRuleStatusIndex; in DictionaryCache()
1303 int fFirstRuleStatusIndex; // Rule status info for first boundary. local