23 #if U_SHOW_CPLUSPLUS_API
83 errorIndex(copy.errorIndex)
132 inline int32_t getIndex()
const;
139 inline void setIndex(int32_t index);
148 inline void setErrorIndex(int32_t ei);
155 inline int32_t getErrorIndex()
const;
191 errorIndex = copy.errorIndex;
198 if(index != copy.index || errorIndex != copy.errorIndex)
211 ParsePosition::getIndex()
const
217 ParsePosition::setIndex(int32_t offset)
219 this->index = offset;
223 ParsePosition::getErrorIndex()
const
229 ParsePosition::setErrorIndex(int32_t ei)
231 this->errorIndex = ei;
ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...