23 #if U_SHOW_CPLUSPLUS_API 30 #if !UCONFIG_NO_FORMATTING 141 int32_t getRadix()
const;
151 const char * getName()
const;
174 UBool isAlgorithmic()
const;
182 static UClassID U_EXPORT2 getStaticClassID(
void);
198 void setRadix(int32_t radix);
200 void setAlgorithmic(
UBool algorithmic);
204 void setName(
const char* name);
208 UBool hasContiguousDecimalDigits()
const;
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...
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
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 Locale object represents a specific geographical, political, or cultural region.