28 #define NUMSYS_NAME_CAPACITY 8 36 #if !UCONFIG_NO_FORMATTING 135 int32_t getRadix()
const;
145 const char * getName()
const;
168 UBool isAlgorithmic()
const;
176 static UClassID U_EXPORT2 getStaticClassID(
void);
192 void setRadix(int32_t radix);
194 void setAlgorithmic(
UBool algorithmic);
198 void setName(
const char* name);
202 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.
C++ API: Common ICU base class UObject.
#define NUMSYS_NAME_CAPACITY
Size of a numbering system name.
#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.