238 getBinary(int32_t& len,
UErrorCode& status)
const;
253 getIntVector(int32_t& len,
UErrorCode& status)
const;
361 getNextString(
const char ** key,
385 getStringEx(int32_t index,
411 getStringEx(
const char* key,
414 #ifndef U_HIDE_DEPRECATED_API 425 getVersionNumber(
void)
const;
438 #ifndef U_HIDE_DEPRECATED_API 446 getLocale(
void)
const;
461 #ifndef U_HIDE_INTERNAL_API 467 getWithFallback(
const char* key,
UErrorCode& status);
481 static UClassID U_EXPORT2 getStaticClassID();
uint8_t UVersionInfo[U_MAX_VERSION_LENGTH]
The binary form of a version on ICU APIs is an array of 4 uint8_t.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
A class representing a collection of resource information pertaining to a given locale.
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
UResType
Numeric constants for types of resource items.
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...
ULocDataLocaleType
Constants for *_getLocale() Allow user to select whether she wants information on requested...
C++ API: Locale ID object.
Basic definitions for ICU, for both C and C++ APIs.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
struct UResourceBundle UResourceBundle
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.