Home
last modified time | relevance | path

Searched refs:fBoundary (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkMarkerStack.cpp19 if (it->fBoundary != boundary) { // we've gone past the save-frame in setMarker()
59 while (!fStack.empty() && fStack.back().fBoundary == boundary) { in restore()
H A DSkMarkerStack.h27 void* fBoundary; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java1126 fBoundary = r; in following()
1136 fBoundary = r; in following()
1166 fBoundary = r; in preceding()
1179 fBoundary = r; in preceding()
1299 fBoundary = src.fBoundary; in DictionaryCache()
1312 int fBoundary; // Current boundary. Set by preceding(), following(). field in RuleBasedBreakIterator.DictionaryCache
1577 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1593 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1635 addPreceding(fDictionaryCache.fBoundary, fDictionaryCach in populatePreceding()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java1104 fBoundary = r; in following()
1114 fBoundary = r; in following()
1144 fBoundary = r; in preceding()
1157 fBoundary = r; in preceding()
1276 fBoundary = src.fBoundary; in DictionaryCache()
1289 int fBoundary; // Current boundary. Set by preceding(), following(). field in RuleBasedBreakIterator.DictionaryCache
1507 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1523 addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1565 addPreceding(fDictionaryCache.fBoundary, fDictionaryCach in populatePreceding()
[all...]

Completed in 6 milliseconds