• Home
  • Raw
  • Download

Lines Matching refs:ResourceDataValue

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()
633 UBool ResourceDataValue::isNoInheritanceMarker() const { in isNoInheritanceMarker()
637 int32_t ResourceDataValue::getStringArray(UnicodeString *dest, int32_t capacity, in getStringArray()
642 int32_t ResourceDataValue::getStringArrayOrStringAsArray(UnicodeString *dest, int32_t capacity, in getStringArrayOrStringAsArray()
668 UnicodeString ResourceDataValue::getStringOrFirstOfArray(UErrorCode &errorCode) const { in getStringOrFirstOfArray()
818 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value); in getKeyAndValue()
873 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value); in getValue()