25 #if !UCONFIG_NO_FORMATTING
95 #if !UCONFIG_NO_CONVERSION
162 {
return !operator==(other); }
245 Type getType(
void)
const;
253 UBool isNumeric()
const;
354 { result=*fValue.fString;
return result; }
412 { count=fValue.fArrayAndCount.fCount;
return fValue.fArrayAndCount.fArray; }
441 const UObject* getObject()
const;
449 void setDouble(
double d);
473 void setDate(
UDate d);
514 void adoptObject(
UObject* objectToAdopt);
564 if (fType !=
kDate) {
574 return *fValue.fString;
578 return *fValue.fString;
#define U_SUCCESS(x)
Does the error code indicate success?
double UDate
Date and Time data type.
#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.
Data format is not what is expected.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API If the compiler doesn't support namespaces...
UObject is the common ICU "boilerplate" class.
void * UClassID
UClassID is used to identify classes without using RTTI, since RTTI is not yet supported by all C++ c...
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
signed long long int64_t
Define 64 bit limits.
Basic definitions for ICU, for both C and C++ APIs.
virtual UClassID getDynamicClassID() const =0
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
signed int int32_t
Define 64 bit limits.
int8_t UBool
The ICU boolean type.