Home | History | Annotate | Download | only in unicode

Lines Matching full:fendindex

119         : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {}
133 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {}
141 : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {}
206 int32_t getEndIndex(void) const { return fEndIndex; }
227 void setEndIndex(int32_t ei) { fEndIndex = ei; }
260 int32_t fEndIndex;
267 fEndIndex = copy.fEndIndex;
276 fEndIndex == copy.fEndIndex &&