Searched refs:fEndIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfieldpos.h119 : 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; member in class:FieldPosition
267 fEndIndex = copy.fEndIndex;
276 fEndIndex
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dfieldpos.h119 : 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; member in class:FieldPosition
267 fEndIndex = copy.fEndIndex;
276 fEndIndex
[all...]

Completed in 1108 milliseconds