Searched refs:fEndIndex (Results 1 – 1 of 1) sorted by relevance
122 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()136 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()144 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition()209 int32_t getEndIndex(void) const { return fEndIndex; } in getEndIndex()230 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()263 int32_t fEndIndex; variable270 fEndIndex = copy.fEndIndex;279 fEndIndex == copy.fEndIndex &&