36#if !UCONFIG_NO_FORMATTING
48class CurrencyPluralInfo;
49class CompactDecimalFormat;
52class LocalizedNumberFormatter;
56struct DecimalFormatFields;
62class NumberParserImpl;
68#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN
679 kPadBeforePrefix, kPadAfterPrefix, kPadBeforeSuffix, kPadAfterSuffix
742#ifndef U_HIDE_INTERNAL_API
759#if UCONFIG_HAVE_PARSEALLINPUT
934#ifndef U_HIDE_INTERNAL_API
980#ifndef U_HIDE_INTERNAL_API
1025#ifndef U_HIDE_INTERNAL_API
1076#ifndef U_HIDE_INTERNAL_API
1116 using NumberFormat::parse;
1288#ifndef U_HIDE_INTERNAL_API
1332#ifndef U_HIDE_DRAFT_API
1650#ifndef U_HIDE_INTERNAL_API
2034#ifndef U_HIDE_INTERNAL_API
2055#ifndef U_HIDE_DRAFT_API
2114 void touchNoError();
2130 const numparse::impl::NumberParserImpl* getParser(
UErrorCode&
status)
const;
2132 const numparse::impl::NumberParserImpl* getCurrencyParser(
UErrorCode&
status)
const;
2140 void setupFastFormat();
2153 number::impl::DecimalFormatFields* fields;
A currency together with a numeric amount, such as 200 USD.
This class represents the information needed by DecimalFormat to format currency plural,...
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.
ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...
A string-like object that points to a sized piece of memory.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C++ API: Currency Amount Object.
C++ API: Symbols for formatting numbers.
C++: internal template EnumSet<>
C++ API: FieldPosition Iterator.
C++ API: Locale ID object.
C++ API: Compatibility APIs for number formatting.
C++ API: StringPiece: Read-only byte string wrapper class.
A UParseError struct is used to returned detailed information about parsing errors.
UCurrencyUsage
Currency Usage used for Decimal Format.
int8_t UBool
The ICU boolean type.
UNumberFormatAttribute
The possible UNumberFormat numeric attributes.
@ UNUM_LIMIT_BOOLEAN_ATTRIBUTE
Limit of boolean attributes.
@ UNUM_MAX_NONBOOLEAN_ATTRIBUTE
One below the first bitfield-boolean item.
UNumberFormatStyle
The possible number format styles.
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.