Home | History | Annotate | Download | only in common

Lines Matching refs:ResourceArray

385 int32_t getStringArray(const ResourceData *pResData, const icu::ResourceArray &array,
570 ResourceArray ResourceDataValue::getArray(UErrorCode &errorCode) const {
572 return ResourceArray();
591 return ResourceArray();
593 return ResourceArray(items16, items32, length);
679 ResourceArray array = getArray(errorCode);
867 uint32_t icu::ResourceArray::internalGetResource(const ResourceData *pResData, int32_t i) const {
875 UBool icu::ResourceArray::getValue(int32_t i, icu::ResourceValue &value) const {