Home
last modified time | relevance | path

Searched refs:fEndIndex (Results 1 – 6 of 6) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dfieldpos.h124 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()
138 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()
146 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition()
211 int32_t getEndIndex(void) const { return fEndIndex; } in getEndIndex()
232 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()
265 int32_t fEndIndex; variable
272 fEndIndex = copy.fEndIndex;
281 fEndIndex == copy.fEndIndex &&
/external/icu/icu4c/source/i18n/unicode/
Dfieldpos.h124 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()
138 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()
146 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition()
211 int32_t getEndIndex(void) const { return fEndIndex; } in getEndIndex()
232 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()
265 int32_t fEndIndex; variable
272 fEndIndex = copy.fEndIndex;
281 fEndIndex == copy.fEndIndex &&
/external/skia/src/gpu/
DGrTBlockList.h403 if ((Forward && fIndex > fEndIndex) || (!Forward && fIndex < fEndIndex)) {
425 fEndIndex = End(*fBlock); in setIndices()
428 fEndIndex = 0; in setIndices()
431 SkASSERT((Forward && fIndex <= fEndIndex) || (!Forward && fIndex >= fEndIndex)); in setIndices()
436 int fEndIndex; variable
/external/skia/modules/skparagraph/include/
DMetrics.h49 , fEndIndex(end) in LineMetrics()
57 size_t fEndIndex = 0; variable
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp299 m.set("endIndex", metric.fEndIndex); in GetLineMetrics()
/external/skia/modules/skparagraph/src/
DTextLine.cpp903 result.fEndIndex = fTextWithWhitespacesRange.end; in getMetrics()