class U_I18N_API ParsePosition ParsePositionis a simple class used byFormatand its subclasses to keep track of the current position during parsing
ParsePositionis a simple class used byFormatand its subclasses to keep track of the current position during parsing. TheparseObjectmethod in the variousFormatclasses requires aParsePositionobject as an argument.By design, as you parse through a string with different formats, you can use the same
ParsePosition, since the index parameter records the current position.
ParsePosition(UTextOffset newIndex)
ParsePosition(const ParsePosition& copy)
~ParsePosition()
ParsePosition& operator=(const ParsePosition& copy)
bool_t operator==(const ParsePosition& that) const
bool_t operator!=(const ParsePosition& that) const
UTextOffset getIndex(void) const
void setIndex(UTextOffset index)
void setErrorIndex(UTextOffset ei)
UTextOffset getErrorIndex(void) const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de