1 // © 2016 and later: Unicode, Inc. and others. 2 // License & terms of use: http://www.unicode.org/copyright.html 4 ******************************************************************************** 5 * Copyright (C) 2010-2012, International Business Machines 6 * Corporation and others. All Rights Reserved. 7 ******************************************************************************** 11 * Modification History: 13 * Date Name Description 14 * 12/15/2009 dougfelt Created 15 ******************************************************************************** 23 #if U_SHOW_CPLUSPLUS_API 32 #if UCONFIG_NO_FORMATTING 37 * Allow the declaration of APIs with pointers to FieldPositionIterator 38 * even when formatting is removed from the build. 40 classFieldPositionIterator;
110 void setData(UVector32 *adopt,
UErrorCode& status);
112 friendclassFieldPositionIteratorHandler;
120 #endif/* #if !UCONFIG_NO_FORMATTING */ 122 #endif/* U_SHOW_CPLUSPLUS_API */ 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,...
bool operator!=(const FieldPositionIterator &rhs) const
Returns the complement of the result of operator==.
~FieldPositionIterator()
Destructor.
FieldPositionIterator()
Constructs a new, empty iterator.
bool 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...
UObject is the common ICU "boilerplate" class.
C++ API: FieldPosition identifies the fields in a formatted output.
U_COMMON_API UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
int8_t UBool
The ICU boolean type, a signed-byte integer.
C API: Miscellaneous definitions.
C++ API: Common ICU base class UObject.
Basic definitions for ICU, for both C and C++ APIs.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside.