Searched refs:fEndIndex (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | fieldpos.h | 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; variable 267 fEndIndex = copy.fEndIndex; 276 fEndIndex == copy.fEndIndex &&
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | fieldpos.h | 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; variable 267 fEndIndex = copy.fEndIndex; 276 fEndIndex == copy.fEndIndex &&
|