Searched refs:IntVectorResource (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 140 class IntVectorResource; variable 150 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* c… 372 class IntVectorResource : public SResource { 374 IntVectorResource(SRBRoot *bundle, const char *tag, 376 virtual ~IntVectorResource();
|
D | reslist.cpp | 331 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() function in IntVectorResource 341 IntVectorResource::~IntVectorResource() { in ~IntVectorResource() 345 void IntVectorResource::add(int32_t value, UErrorCode &errorCode) { in add() 648 IntVectorResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() 759 IntVectorResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() 1107 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* co… in intvector_open() 1108 LocalPointer<IntVectorResource> res( in intvector_open() 1109 new IntVectorResource(bundle, tag, comment, *status), *status); in intvector_open()
|
D | wrtjava.cpp | 375 intvector_write_java(const IntVectorResource *res, UErrorCode * /*status*/) { in intvector_write_java() 582 intvector_write_java (static_cast<const IntVectorResource *>(res), status); in res_write_java()
|
D | wrtxml.cpp | 721 intvector_write_xml(IntVectorResource *res, const char* id, const char* /*language*/, UErrorCode *s… in intvector_write_xml() 976 intvector_write_xml (static_cast<IntVectorResource *>(res), id, language, status); in res_write_xml()
|
D | parse.cpp | 1374 IntVectorResource *result = intvector_open(state->bundle, tag, comment, status); in parseIntVector()
|