Home
last modified time | relevance | path

Searched refs:ResourceDataValue (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Duresdata.cpp500 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 …]
Duresdata.h476 class ResourceDataValue : public ResourceValue {
478 ResourceDataValue() : pResData(NULL), res(URES_NONE) {} in ResourceDataValue() function
479 virtual ~ResourceDataValue();
Duresbund.cpp1891 const UResourceBundle *bundle, ResourceDataValue &value, in getAllItemsWithFallback()
1975 ResourceDataValue value; in ures_getAllItemsWithFallback()