Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h140 class ArrayResource; variable
146 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
265 class ArrayResource : public ContainerResource {
267 ArrayResource(SRBRoot *bundle, const char *tag, in ArrayResource() function
271 virtual ~ArrayResource();
Dreslist.cpp240 ArrayResource::~ArrayResource() {} in ~ArrayResource()
242 void ArrayResource::add(SResource *res) { in add()
532 ArrayResource::handleWrite16(SRBRoot *bundle) { in handleWrite16()
681 ArrayResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
753 ArrayResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite()
1092 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in array_open()
1093 LocalPointer<ArrayResource> res(new ArrayResource(bundle, tag, comment, *status), *status); in array_open()
Dwrtjava.cpp317 array_write_java(const ArrayResource *res, UErrorCode *status) { in array_write_java()
593 array_write_java (static_cast<const ArrayResource *>(res), status); in res_write_java()
Dwrtxml.cpp686 array_write_xml(ArrayResource *res, const char* id, const char* language, UErrorCode *status) { in array_write_xml()
990 array_write_xml (static_cast<ArrayResource *>(res), id, language, status); in res_write_xml()
Dparse.cpp529 static ArrayResource* dependencyArray = NULL;
1287 ArrayResource *result = array_open(state->bundle, tag, comment, status); in parseArray()