Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h141 class TableResource; variable
144 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
247 class TableResource : public ContainerResource {
249 TableResource(SRBRoot *bundle, const char *tag, in TableResource() function
253 virtual ~TableResource();
Dreslist.cpp174 TableResource::~TableResource() {} in ~TableResource()
177 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
552 TableResource::handleWrite16(SRBRoot *bundle) { in handleWrite16()
688 TableResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
788 TableResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite()
1087 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open()
1088 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1149 fRoot = new TableResource(this, NULL, comment, errorCode); in SRBRoot()
Dparse.cpp668 TableResource *list = static_cast<TableResource *>(res); in resLookup()
812 static TableResource *
813 addCollation(ParseState* state, TableResource *result, const char *collationType, in addCollation()
1044 TableResource *result = NULL; in parseCollationElements()
1119 TableResource *collationRes; in parseCollationElements()
1171 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *… in realParseTable()
1269 TableResource *result = table_open(state->bundle, tag, comment, status); in parseTable()
2058 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse()
Dwrtjava.cpp500 table_write_java(const TableResource *res, UErrorCode *status) { in table_write_java()
596 table_write_java (static_cast<const TableResource *>(res), status); in res_write_java()
Dwrtxml.cpp920 table_write_xml(TableResource *res, const char* id, const char* language, UBool isTopLevel, UErrorC… in table_write_xml()
994 … table_write_xml (static_cast<TableResource *>(res), id, language, isTopLevel, status); in res_write_xml()