53 #if U_SHOW_CPLUSPLUS_API 212 int32_t getSize()
const;
240 getBinary(int32_t& len,
UErrorCode& status)
const;
255 getIntVector(int32_t& len,
UErrorCode& status)
const;
291 UBool hasNext()
const;
298 void resetIterator();
307 const char* getKey()
const;
316 const char* getName()
const;
357 getNextString(
const char ** key,
381 getStringEx(int32_t index,
407 getStringEx(
const char* key,
410 #ifndef U_HIDE_DEPRECATED_API 420 const char* getVersionNumber()
const;
433 #ifndef U_HIDE_DEPRECATED_API 440 const Locale& getLocale()
const;
455 #ifndef U_HIDE_INTERNAL_API 461 getWithFallback(
const char* key,
UErrorCode& status);
475 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.
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.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
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 signed-byte integer.
A Locale object represents a specific geographical, political, or cultural region.