OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourceDataValue
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
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
...]
uresdata.h
476
class
ResourceDataValue
: public ResourceValue {
478
ResourceDataValue
() : pResData(NULL), res(URES_NONE) {}
479
virtual ~
ResourceDataValue
();
uresbund.cpp
[
all
...]
Completed in 225 milliseconds