Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h145 class TableResource; variable
148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
267 class TableResource : public ContainerResource {
269 TableResource(SRBRoot *bundle, const char *tag, in TableResource() function
273 virtual ~TableResource();
Dreslist.cpp181 TableResource::~TableResource() {} in ~TableResource()
184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
559 TableResource::handleWrite16(SRBRoot *bundle) { in handleWrite16()
695 TableResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
795 TableResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite()
1092 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open()
1093 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1155 fRoot = new TableResource(this, NULL, comment, errorCode); in SRBRoot()
1747 void TableResource::applyFilter( in applyFilter()
Dparse.cpp668 TableResource *list = static_cast<TableResource *>(res); in resLookup()
812 static TableResource *
813 addCollation(ParseState* state, TableResource *result, const char *collationType, in addCollation()
1049 TableResource *result = NULL; in parseCollationElements()
1124 TableResource *collationRes; in parseCollationElements()
1176 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *… in realParseTable()
1274 TableResource *result = table_open(state->bundle, tag, comment, status); in parseTable()
2065 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse()
Dwrtjava.cpp512 table_write_java(const TableResource *res, UErrorCode *status) { in table_write_java()
608 table_write_java (static_cast<const TableResource *>(res), status); in res_write_java()
Dwrtxml.cpp925 table_write_xml(TableResource *res, const char* id, const char* language, UBool isTopLevel, UErrorC… in table_write_xml()
999 … table_write_xml (static_cast<TableResource *>(res), id, language, isTopLevel, status); in res_write_xml()