Searched refs:ResourceDataValue (Results 1 – 3 of 3) sorted by relevance
500 ResourceDataValue::~ResourceDataValue() {} in ~ResourceDataValue()502 UResType ResourceDataValue::getType() const { in getType()506 const UChar *ResourceDataValue::getString(int32_t &length, UErrorCode &errorCode) const { in getString()517 const UChar *ResourceDataValue::getAliasString(int32_t &length, UErrorCode &errorCode) const { in getAliasString()528 int32_t ResourceDataValue::getInt(UErrorCode &errorCode) const { in getInt()538 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt()548 const int32_t *ResourceDataValue::getIntVector(int32_t &length, UErrorCode &errorCode) const { in getIntVector()559 const uint8_t *ResourceDataValue::getBinary(int32_t &length, UErrorCode &errorCode) const { in getBinary()570 ResourceArray ResourceDataValue::getArray(UErrorCode &errorCode) const { in getArray()596 ResourceTable ResourceDataValue::getTable(UErrorCode &errorCode) const { in getTable()[all …]
476 class ResourceDataValue : public ResourceValue {478 ResourceDataValue() : pResData(NULL), res(static_cast<Resource>(URES_NONE)) {} in ResourceDataValue() function479 virtual ~ResourceDataValue();
1923 const UResourceBundle *bundle, ResourceDataValue &value, in getAllItemsWithFallback()2007 ResourceDataValue value; in ures_getAllItemsWithFallback()