Searched refs:fOtherRuleStatusIndex (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | rbbi_cache.cpp | 30 fStart(0), fLimit(0), fFirstRuleStatusIndex(0), fOtherRuleStatusIndex(0) { in DictionaryCache() 41 fOtherRuleStatusIndex = 0; in reset() 63 *statusIndex = fOtherRuleStatusIndex; in following() 73 *statusIndex = fOtherRuleStatusIndex; in following() 100 *statusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 113 *statusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 128 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary()
|
D | rbbi_cache.h | 66 int32_t fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. variable
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.cpp | 30 fStart(0), fLimit(0), fFirstRuleStatusIndex(0), fOtherRuleStatusIndex(0) { in DictionaryCache() 41 fOtherRuleStatusIndex = 0; in reset() 63 *statusIndex = fOtherRuleStatusIndex; in following() 73 *statusIndex = fOtherRuleStatusIndex; in following() 100 *statusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 113 *statusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 128 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary()
|
D | rbbi_cache.h | 66 int32_t fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. variable
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbi_cache.cpp | 30 fStart(0), fLimit(0), fFirstRuleStatusIndex(0), fOtherRuleStatusIndex(0) { in DictionaryCache() 41 fOtherRuleStatusIndex = 0; in reset() 63 *statusIndex = fOtherRuleStatusIndex; in following() 73 *statusIndex = fOtherRuleStatusIndex; in following() 100 *statusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 113 *statusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 128 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary()
|
D | rbbi_cache.h | 66 int32_t fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. variable
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbi_cache.cpp | 30 fStart(0), fLimit(0), fFirstRuleStatusIndex(0), fOtherRuleStatusIndex(0) { in DictionaryCache() 41 fOtherRuleStatusIndex = 0; in reset() 63 *statusIndex = fOtherRuleStatusIndex; in following() 73 *statusIndex = fOtherRuleStatusIndex; in following() 102 *statusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 115 *statusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 132 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary()
|
D | rbbi_cache.h | 66 int32_t fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. variable
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 1056 fOtherRuleStatusIndex = 0; 1078 fStatusIndex = fOtherRuleStatusIndex; 1088 fStatusIndex = fOtherRuleStatusIndex; 1118 fStatusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 1131 fStatusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 1156 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary() 1249 fOtherRuleStatusIndex = src.fOtherRuleStatusIndex; in DictionaryCache() 1262 int fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedBreakIterator.java | 1083 fOtherRuleStatusIndex = 0; 1105 fStatusIndex = fOtherRuleStatusIndex; 1115 fStatusIndex = fOtherRuleStatusIndex; 1145 fStatusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 1158 fStatusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex; in preceding() 1183 fOtherRuleStatusIndex = otherRuleStatus; in populateDictionary() 1275 fOtherRuleStatusIndex = src.fOtherRuleStatusIndex; in DictionaryCache() 1288 int fOtherRuleStatusIndex; // Rule status info for 2nd through last boundaries. local
|