27 #if !UCONFIG_NO_FORMATTING
399 virtual void setLocale(
const Locale& theLocale);
456 virtual void adoptFormats(
Format** formatsToAdopt,
int32_t count);
469 virtual void setFormats(
const Format** newFormats,
int32_t cnt);
482 virtual void adoptFormat(
int32_t formatNumber,
Format* formatToAdopt);
493 virtual void setFormat(
int32_t formatNumber,
const Format& format);
749 UBool usesNamedArguments()
const;
762 int32_t getArgTypeCount()
const;
814 Subformat* subformats;
864 const UChar *
const *list);
897 void makeFormat(
int32_t offsetNumber,
927 listCount = argTypeCount;
938 friend class MessageFormatAdapter;
#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.
ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C API: Unicode Properties.
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...
uint16_t UChar
Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API If the compiler doesn't support namespaces...
C API: Parse Error Information.
UProperty
Selection constants for Unicode properties.
void * UClassID
UClassID is used to identify classes without using RTTI, since RTTI is not yet supported by all C++ c...
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Base class for 'pure' C++ implementations of uenum api.
C++ API: Locale ID object.
A UParseError struct is used to returned detailed information about parsing errors.
Basic definitions for ICU, for both C and C++ APIs.
A Locale object represents a specific geographical, political, or cultural region.
signed int int32_t
Define 64 bit limits.
int8_t UBool
The ICU boolean type.