HomeSort by relevance Sort by last modified time
    Searched defs:ResourceDataValue (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
uresdata.h 476 class ResourceDataValue : public ResourceValue {
478 ResourceDataValue() : pResData(NULL), res(static_cast<Resource>(URES_NONE)) {}
479 virtual ~ResourceDataValue();
uresdata.cpp 500 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::getArray(UErrorCode &errorCode) const
    [all...]

Completed in 92 milliseconds