Searched refs:IntVectorResource (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 142 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();
|
D | reslist.cpp | 333 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()
|
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 | 1381 IntVectorResource *result = intvector_open(state->bundle, tag, comment, status); in parseIntVector()
|