Searched refs:fBoundary (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkMarkerStack.cpp | 19 if (it->fBoundary != boundary) { // we've gone past the save-frame in setMarker() 59 while (!fStack.empty() && fStack.back().fBoundary == boundary) { in restore()
|
D | SkMarkerStack.h | 27 void* fBoundary; member
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedBreakIterator.java | 1104 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 1126 fBoundary = r; 1136 fBoundary = r; 1166 fBoundary = r; in preceding() argument 1179 fBoundary = r; in preceding() 1299 fBoundary = src.fBoundary; in DictionaryCache() 1312 … int fBoundary; // Current boundary. Set by preceding(), following(). local 1577 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing() 1593 … addFollowing(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populateFollowing() 1635 … addPreceding(fDictionaryCache.fBoundary, fDictionaryCache.fStatusIndex, UpdateCachePosition); in populatePreceding() 1696 position = fDictionaryCache.fBoundary; in populatePreceding()
|