Home
last modified time | relevance | path

Searched refs:BinaryResource (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.h390 class BinaryResource : public SResource {
392 BinaryResource(SRBRoot *bundle, const char *tag,
395 virtual ~BinaryResource();
Dreslist.cpp353 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() function in BinaryResource
384 BinaryResource::~BinaryResource() { in ~BinaryResource()
661 BinaryResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
770 BinaryResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite()
1122 new BinaryResource(bundle, tag, length, data, fileName, comment, *status), *status); in bin_open()
Dwrtjava.cpp434 bytes_write_java(const BinaryResource *res, UErrorCode * /*status*/) { in bytes_write_java()
587 bytes_write_java (static_cast<const BinaryResource *>(res), status); in res_write_java()
Dwrtxml.cpp800 bin_write_xml(BinaryResource *res, const char* id, const char* /*language*/, UErrorCode *status) { in bin_write_xml()
982 bin_write_xml (static_cast<BinaryResource *>(res), id, language, status); in res_write_xml()