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

/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h388 class BinaryResource : public SResource { class in inherits:SResource
390 BinaryResource(SRBRoot *bundle, const char *tag,
393 virtual ~BinaryResource();
H A Dwrtjava.cpp432 bytes_write_java(const BinaryResource *res, UErrorCode * /*status*/) {
585 bytes_write_java (static_cast<const BinaryResource *>(res), status);
H A Dreslist.cpp351 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, function in class:BinaryResource
382 BinaryResource::~BinaryResource() {
659 BinaryResource::handlePreWrite(uint32_t *byteOffset) {
768 BinaryResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) {
1120 new BinaryResource(bundle, tag, length, data, fileName, comment, *status), *status);
H A Dwrtxml.cpp798 bin_write_xml(BinaryResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
980 bin_write_xml (static_cast<BinaryResource *>(res), id, language, status);

Completed in 122 milliseconds