23 #if U_SHOW_CPLUSPLUS_API
30 #if !UCONFIG_NO_FORMATTING
147 int32_t getRadix()
const;
157 const char * getName()
const;
180 UBool isAlgorithmic()
const;
188 static UClassID U_EXPORT2 getStaticClassID(
void);
204 void setRadix(int32_t radix);
206 void setAlgorithmic(
UBool algorithmic);
210 void setName(
const char* name);
214 UBool hasContiguousDecimalDigits()
const;
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
Defines numbering systems.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
Base class for 'pure' C++ implementations of uenum api.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
constexpr const size_t kInternalNumSysNameCapacity
Size of a numbering system name.
C++ API: Common ICU base class UObject.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
Basic definitions for ICU, for both C and C++ APIs.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
UObject is the common ICU "boilerplate" class.
int8_t UBool
The ICU boolean type, a signed-byte integer.
A Locale object represents a specific geographical, political, or cultural region.