Home
last modified time | relevance | path

Searched refs:fOtherRuleStatusIndex (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()
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()
Drbbi_cache.h66 int32_t fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java1155 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
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java1176 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