Searched defs:ResourceDataValue (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Duresdata.h476 class ResourceDataValue : public ResourceValue { class in inherits:ResourceValue
478 ResourceDataValue() : pResData(NULL), res(URES_NONE) {} function in class:ResourceDataValue
479 virtual ~ResourceDataValue();
H A Duresdata.cpp500 ResourceDataValue::~ResourceDataValue() {}
502 UResType ResourceDataValue::getType() const {
506 const UChar *ResourceDataValue::getString(int32_t &length, UErrorCode &errorCode) const {
517 const UChar *ResourceDataValue::getAliasString(int32_t &length, UErrorCode &errorCode) const {
528 int32_t ResourceDataValue::getInt(UErrorCode &errorCode) const {
538 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const {
548 const int32_t *ResourceDataValue::getIntVector(int32_t &length, UErrorCode &errorCode) const {
559 const uint8_t *ResourceDataValue::getBinary(int32_t &length, UErrorCode &errorCode) const {
570 ResourceArray ResourceDataValue
[all...]

Completed in 44 milliseconds