28 #if !UCONFIG_NO_FORMATTING 139 int32_t getRadix()
const;
149 const char * getName()
const;
172 UBool isAlgorithmic()
const;
180 static UClassID U_EXPORT2 getStaticClassID(
void);
196 void setRadix(int32_t radix);
198 void setAlgorithmic(
UBool algorithmic);
202 void setName(
const char* name);
206 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...
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
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.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
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.