• Home
  • Raw
  • Download

Lines Matching refs:ResourceDataValue

502 ResourceDataValue::~ResourceDataValue() {}  in ~ResourceDataValue()
504 UResType ResourceDataValue::getType() const { in getType()
508 const UChar *ResourceDataValue::getString(int32_t &length, UErrorCode &errorCode) const { in getString()
519 const UChar *ResourceDataValue::getAliasString(int32_t &length, UErrorCode &errorCode) const { in getAliasString()
530 int32_t ResourceDataValue::getInt(UErrorCode &errorCode) const { in getInt()
540 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const { in getUInt()
550 const int32_t *ResourceDataValue::getIntVector(int32_t &length, UErrorCode &errorCode) const { in getIntVector()
561 const uint8_t *ResourceDataValue::getBinary(int32_t &length, UErrorCode &errorCode) const { in getBinary()
572 ResourceArray ResourceDataValue::getArray(UErrorCode &errorCode) const { in getArray()
598 ResourceTable ResourceDataValue::getTable(UErrorCode &errorCode) const { in getTable()
635 UBool ResourceDataValue::isNoInheritanceMarker() const { in isNoInheritanceMarker()
639 int32_t ResourceDataValue::getStringArray(UnicodeString *dest, int32_t capacity, in getStringArray()
644 int32_t ResourceDataValue::getStringArrayOrStringAsArray(UnicodeString *dest, int32_t capacity, in getStringArrayOrStringAsArray()
670 UnicodeString ResourceDataValue::getStringOrFirstOfArray(UErrorCode &errorCode) const { in getStringOrFirstOfArray()
823 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value); in getKeyAndValue()
846 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value); in findValue()
907 icu::ResourceDataValue &rdValue = static_cast<icu::ResourceDataValue &>(value); in getValue()