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 474 class ResourceDataValue : public ResourceValue {
476 ResourceDataValue() : pResData(NULL), res(URES_NONE) {}
477 virtual ~ResourceDataValue();
504 icu::ResourceDataValue &value, icu::ResourceTableSink &sink,
513 icu::ResourceDataValue &value, icu::ResourceArraySink &sink,
uresdata.cpp 504 ResourceDataValue::~ResourceDataValue() {}
506 UResType ResourceDataValue::getType() const {
510 const UChar *ResourceDataValue::getString(int32_t &length, UErrorCode &errorCode) const {
521 const UChar *ResourceDataValue::getAliasString(int32_t &length, UErrorCode &errorCode) const {
532 int32_t ResourceDataValue::getInt(UErrorCode &errorCode) const {
542 uint32_t ResourceDataValue::getUInt(UErrorCode &errorCode) const {
552 const int32_t *ResourceDataValue::getIntVector(int32_t &length, UErrorCode &errorCode) const {
563 const uint8_t *ResourceDataValue::getBinary(int32_t &length, UErrorCode &errorCode) const {
702 icu::ResourceDataValue &value, icu::ResourceTableSink &sink
    [all...]

Completed in 47 milliseconds