Searched defs:IntVectorResource (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h142 class IntVectorResource;
152 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
374 class IntVectorResource : public SResource { class in inherits:SResource
376 IntVectorResource(SRBRoot *bundle, const char *tag,
378 virtual ~IntVectorResource();
H A Dreslist.cpp333 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, function in class:IntVectorResource
343 IntVectorResource::~IntVectorResource() {
347 void IntVectorResource::add(int32_t value, UErrorCode &errorCode) {
650 IntVectorResource::handlePreWrite(uint32_t *byteOffset) {
761 IntVectorResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) {
1109 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
1110 LocalPointer<IntVectorResource> res(
1111 new IntVectorResource(bundl
[all...]

Completed in 75 milliseconds