7 #ifndef SCINUMBERFORMATTER_H 8 #define SCINUMBERFORMATTER_H 12 #if !UCONFIG_NO_FORMATTING 14 #ifndef U_HIDE_DRAFT_API 25 class FieldPositionIterator;
26 class DecimalFormatStaticSets;
27 class DecimalFormatSymbols;
146 virtual Style *clone()
const = 0;
152 const DecimalFormatStaticSets &decimalFormatSets,
159 class U_I18N_API SuperscriptStyle :
public Style {
161 virtual Style *clone()
const;
167 const DecimalFormatStaticSets &decimalFormatSets,
178 fBeginMarkup(beginMarkup),
179 fEndMarkup(endMarkup) { }
180 virtual Style *clone()
const;
186 const DecimalFormatStaticSets &decimalFormatSets,
202 static void getPreExponent(
213 const DecimalFormatStaticSets *fStaticSets;
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
FieldPositionIterator returns the field ids and their start/limit positions generated by a call to Fo...
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Basic definitions for ICU, for both C and C++ APIs.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
UObject is the common ICU "boilerplate" class.
A Locale object represents a specific geographical, political, or cultural region.