Home
last modified time | relevance | path

Searched refs:IntVectorResource (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.h142 class IntVectorResource; variable
152 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* c…
374 class IntVectorResource : public SResource {
376 IntVectorResource(SRBRoot *bundle, const char *tag,
378 virtual ~IntVectorResource();
Dreslist.cpp333 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() function in IntVectorResource
343 IntVectorResource::~IntVectorResource() { in ~IntVectorResource()
347 void IntVectorResource::add(int32_t value, UErrorCode &errorCode) { in add()
650 IntVectorResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
761 IntVectorResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite()
1109 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* co… in intvector_open()
1110 LocalPointer<IntVectorResource> res( in intvector_open()
1111 new IntVectorResource(bundle, tag, comment, *status), *status); in intvector_open()
Dwrtjava.cpp377 intvector_write_java(const IntVectorResource *res, UErrorCode * /*status*/) { in intvector_write_java()
584 intvector_write_java (static_cast<const IntVectorResource *>(res), status); in res_write_java()
Dwrtxml.cpp723 intvector_write_xml(IntVectorResource *res, const char* id, const char* /*language*/, UErrorCode *s… in intvector_write_xml()
978 intvector_write_xml (static_cast<IntVectorResource *>(res), id, language, status); in res_write_xml()
Dparse.cpp1376 IntVectorResource *result = intvector_open(state->bundle, tag, comment, status); in parseIntVector()