29#if UCONFIG_NO_FORMATTING
37class FieldPositionIterator;
109 friend class FieldPositionIteratorHandler;
FieldPositionIterator returns the field ids and their start/limit positions generated by a call to Fo...
FieldPositionIterator(const FieldPositionIterator &)
Copy constructor.
UBool next(FieldPosition &fp)
If the current position is valid, updates the FieldPosition values, advances the iterator,...
UBool operator!=(const FieldPositionIterator &rhs) const
Returns the complement of the result of operator==.
~FieldPositionIterator()
Destructor.
FieldPositionIterator(void)
Constructs a new, empty iterator.
UBool operator==(const FieldPositionIterator &) const
Return true if another object is semantically equal to this one.
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...
"Smart pointer" base class; do not use directly: use LocalPointer etc.
UObject is the common ICU "boilerplate" class.
C++ API: FieldPosition identifies the fields in a formatted output.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
int8_t UBool
The ICU boolean type.
C++ API: Common ICU base class UObject.
Basic definitions for ICU, for both C and C++ APIs.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.