78 errorIndex(copy.errorIndex)
127 int32_t getIndex(
void)
const;
134 void setIndex(int32_t index);
143 void setErrorIndex(int32_t ei);
150 int32_t getErrorIndex(
void)
const;
157 static UClassID U_EXPORT2 getStaticClassID();
186 errorIndex = copy.errorIndex;
193 if(index != copy.index || errorIndex != copy.errorIndex)
214 this->index = offset;
226 this->errorIndex = ei;