Home
last modified time | relevance | path

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

/third_party/skia/src/core/
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()
DSkMarkerStack.h27 void* fBoundary; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java1077 fBoundary = r;
1087 fBoundary = r;
1117 fBoundary = r; in preceding() argument
1130 fBoundary = r; in preceding()
1250 fBoundary = src.fBoundary; in DictionaryCache()
1263 … int fBoundary; // Current boundary. Set by preceding(), following(). local
1481 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1497 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1539 … addPreceding(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populatePreceding()
1600 position = fDictionaryCache.fBoundary; in populatePreceding()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedBreakIterator.java1104 fBoundary = r;
1114 fBoundary = r;
1144 fBoundary = r; in preceding() argument
1157 fBoundary = r; in preceding()
1276 fBoundary = src.fBoundary; in DictionaryCache()
1289 … int fBoundary; // Current boundary. Set by preceding(), following(). local
1507 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1523 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing()
1565 … addPreceding(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populatePreceding()
1626 position = fDictionaryCache.fBoundary; in populatePreceding()