Searched refs:fEndIndex (Results 1 – 1 of 1) sorted by relevance
119 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()133 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {} in FieldPosition()141 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition()206 int32_t getEndIndex(void) const { return fEndIndex; } in getEndIndex()227 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()260 int32_t fEndIndex; variable267 fEndIndex = copy.fEndIndex;276 fEndIndex == copy.fEndIndex &&