Searched refs:fBeginIndex (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) {}
197 int32_t getBeginIndex(void) const { return fBeginIndex; }
220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; }
254 int32_t fBeginIndex; member in class:FieldPosition
268 fBeginIndex = copy.fBeginIndex;
277 fBeginIndex
[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) {}
197 int32_t getBeginIndex(void) const { return fBeginIndex; }
220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; }
254 int32_t fBeginIndex; member in class:FieldPosition
268 fBeginIndex = copy.fBeginIndex;
277 fBeginIndex
[all...]

Completed in 1493 milliseconds