Searched refs:IntVectorResource (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 146 class IntVectorResource; variable 156 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* c… 396 class IntVectorResource : public SResource { 398 IntVectorResource(SRBRoot *bundle, const char *tag, 400 virtual ~IntVectorResource();
|
D | reslist.cpp | 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() function in IntVectorResource 350 IntVectorResource::~IntVectorResource() { in ~IntVectorResource() 354 void IntVectorResource::add(int32_t value, UErrorCode &errorCode) { in add() 657 IntVectorResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() 768 IntVectorResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() 1114 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* co… in intvector_open() 1115 LocalPointer<IntVectorResource> res( in intvector_open() 1116 new IntVectorResource(bundle, tag, comment, *status), *status); in intvector_open()
|
D | wrtjava.cpp | 391 intvector_write_java(const IntVectorResource *res, UErrorCode * /*status*/) { in intvector_write_java() 596 intvector_write_java (static_cast<const IntVectorResource *>(res), status); in res_write_java()
|
D | wrtxml.cpp | 728 intvector_write_xml(IntVectorResource *res, const char* id, const char* /*language*/, UErrorCode *s… in intvector_write_xml() 983 intvector_write_xml (static_cast<IntVectorResource *>(res), id, language, status); in res_write_xml()
|
D | parse.cpp | 1380 IntVectorResource *result = intvector_open(state->bundle, tag, comment, status); in parseIntVector()
|