7 #ifndef SCIFORMATHELPER_H
8 #define SCIFORMATHELPER_H
12 #if !UCONFIG_NO_FORMATTING
14 #ifndef U_HIDE_DRAFT_API
25 class DecimalFormatSymbols;
26 class FieldPositionIterator;
27 class DecimalFormatStaticSets;
131 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.