32#if U_SHOW_CPLUSPLUS_API
34#if !UCONFIG_NO_FORMATTING
173 kFormatSymbolCount = kNineDigitSymbol + 2
298 inline Locale getLocale()
const;
377 void setCurrencyForSymbols();
381#ifndef U_HIDE_INTERNAL_API
386 return fIsCustomCurrencySymbol;
393 return fIsCustomIntlCurrencySymbol;
400 return fCodePointZero;
421#ifndef U_HIDE_INTERNAL_API
443 inline const char16_t* getCurrencyPattern(
void)
const;
488 const char16_t* currPattern;
492 UBool fIsCustomCurrencySymbol;
493 UBool fIsCustomIntlCurrencySymbol;
501 if(
symbol < kFormatSymbolCount) {
513 if(
symbol < kFormatSymbolCount) {
521#ifndef U_HIDE_INTERNAL_API
527 return fSymbols[kZeroDigitSymbol];
530 return fSymbols[
key];
538 if (
symbol == kCurrencySymbol) {
539 fIsCustomCurrencySymbol =
TRUE;
541 else if (
symbol == kIntlCurrencySymbol) {
542 fIsCustomIntlCurrencySymbol =
TRUE;
544 if(
symbol<kFormatSymbolCount) {
551 if (
symbol == kZeroDigitSymbol) {
554 fCodePointZero =
sym;
562 }
else if (
symbol >= kOneDigitSymbol &&
symbol <= kNineDigitSymbol) {
570DecimalFormatSymbols::getLocale()
const {
574#ifndef U_HIDE_INTERNAL_API
575inline const char16_t*
576DecimalFormatSymbols::getCurrencyPattern()
const {
"Smart pointer" base class; do not use directly: use LocalPointer etc.
A Locale object represents a specific geographical, political, or cultural region.
Defines numbering systems.
UObject is the common ICU "boilerplate" class.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
UChar32 char32At(int32_t offset) const
Return the code point that contains the code unit at offset offset.
int32_t countChar32(int32_t start=0, int32_t length=INT32_MAX) const
Count Unicode code points in the length char16_t code units of the string.
C++ API: Locale ID object.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
C++ API: NumberingSystem object.
C API: Unicode Properties.
int32_t u_charDigitValue(UChar32 c)
Returns the decimal digit value of a decimal digit character.
#define ULOC_FULLNAME_CAPACITY
Useful constant for the maximum size of the whole locale ID (including the terminating NULL and all k...
ULocDataLocaleType
Constants for *_getLocale() Allow user to select whether she wants information on requested,...
int32_t UChar32
Define UChar32 as a type for single Unicode code points.
int8_t UBool
The ICU boolean type.
#define TRUE
The TRUE value of a UBool.
#define FALSE
The FALSE value of a UBool.
C API: Compatibility APIs for number formatting.
UCurrencySpacing
Constants for specifying currency spacing.
@ UNUM_CURRENCY_SPACING_COUNT
One more than the highest normal UCurrencySpacing value.
C++ API: Common ICU base class UObject.
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.