Go to the documentation of this file.
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;
Basic definitions for ICU, for both C and C++ APIs.
#define NUMSYS_NAME_CAPACITY
int8_t UBool
The ICU boolean type.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
UObject is the common ICU "boilerplate" class.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
Base class for 'pure' C++ implementations of uenum api.
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
Defines numbering systems.
C++ API: Common ICU base class UObject.
#define U_NAMESPACE_BEGIN
A Locale object represents a specific geographical, political, or cultural region.