32 #if !UCONFIG_NO_FORMATTING
42 class NumberFormatTest;
46 class SharedNumberFormat;
48 #if !UCONFIG_NO_SERVICE
644 UBool isParseIntegerOnly(
void)
const;
672 virtual UBool isLenient(
void)
const;
702 #ifndef U_HIDE_INTERNAL_API
710 const Locale& desiredLocale,
775 #if !UCONFIG_NO_SERVICE
1021 #ifndef U_HIDE_INTERNAL_API
1030 UBool mustBeDecimalFormat,
1049 UBool fGroupingUsed;
1050 int32_t fMaxIntegerDigits;
1051 int32_t fMinIntegerDigits;
1052 int32_t fMaxFractionDigits;
1053 int32_t fMinFractionDigits;
1062 UBool fParseIntegerOnly;
1070 friend class ICUNumberFormatFactory;
1071 friend class ICUNumberFormatService;
1072 friend class ::NumberFormatTest;
1075 #if !UCONFIG_NO_SERVICE
1164 return fParseIntegerOnly;
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...
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.
uint16_t UChar
Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...
#define TRUE
The TRUE value of a UBool.
const void * URegistryKey
Opaque type returned by registerInstance, registerFactory and unregister for service registration.
UNumberFormatStyle
The possible number format styles.
@ 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
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.