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