29#if U_SHOW_CPLUSPLUS_API
36#if !UCONFIG_NO_FORMATTING
46class NumberFormatTest;
50class SharedNumberFormat;
52#if !UCONFIG_NO_SERVICE
53class NumberFormatFactory;
54class StringEnumeration;
295 using Format::format;
708 UBool isParseIntegerOnly()
const;
736 virtual UBool isLenient()
const;
775#ifndef U_HIDE_INTERNAL_API
783 const Locale& desiredLocale,
866#if !UCONFIG_NO_SERVICE
1127#ifndef U_HIDE_INTERNAL_API
1155 UBool fGroupingUsed;
1168 UBool fParseIntegerOnly;
1172 char16_t fCurrency[4];
1176 friend class ICUNumberFormatFactory;
1177 friend class ICUNumberFormatService;
1178 friend class ::NumberFormatTest;
1181#if !UCONFIG_NO_SERVICE
1268NumberFormat::isParseIntegerOnly()
const
1270 return fParseIntegerOnly;
1274NumberFormat::isLenient()
const
A currency together with a numeric amount, such as 200 USD.
FieldPositionIterator returns the field ids and their start/limit positions generated by a call to Fo...
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.
A Locale object represents a specific geographical, political, or cultural region.
ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...
Base class for 'pure' C++ implementations of uenum api.
A string-like object that points to a sized piece of memory.
UObject is the common ICU "boilerplate" class.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C++ API: Currency Amount Object.
C++ API: Locale ID object.
C++ API: StringPiece: Read-only byte string wrapper class.
C API: Display context types (enum values)
UDisplayContextType
Display context types, for getting values of a particular setting.
UDisplayContext
Display context settings.
int8_t UBool
The ICU boolean type, a signed-byte integer.
const void * URegistryKey
Opaque type returned by registerInstance, registerFactory and unregister for service registration.
C API: Compatibility APIs for number formatting.
UNumberFormatStyle
The possible number format styles.
@ UNUM_MEASURE_UNIT_FIELD
@ UNUM_EXPONENT_SYMBOL_FIELD
@ UNUM_GROUPING_SEPARATOR_FIELD
@ UNUM_DECIMAL_SEPARATOR_FIELD
@ UNUM_EXPONENT_SIGN_FIELD
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
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.