/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 145 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();
|
D | reslist.cpp | 181 TableResource::~TableResource() {} in ~TableResource() 184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add() 571 TableResource::handleWrite16(SRBRoot *bundle) { in handleWrite16() 707 TableResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() 807 TableResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() 1104 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open() 1105 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open() 1167 fRoot = new TableResource(this, NULL, comment, errorCode); in SRBRoot() 1759 void TableResource::applyFilter( in applyFilter()
|
D | parse.cpp | 668 TableResource *list = static_cast<TableResource *>(res); in resLookup() 812 static TableResource * 813 addCollation(ParseState* state, TableResource *result, const char *collationType, in addCollation() 1045 TableResource *result = NULL; in parseCollationElements() 1120 TableResource *collationRes; in parseCollationElements() 1172 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *… in realParseTable() 1270 TableResource *result = table_open(state->bundle, tag, comment, status); in parseTable() 2061 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse()
|
D | wrtjava.cpp | 512 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()
|
D | wrtxml.cpp | 925 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.h | 141 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();
|
D | reslist.cpp | 174 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()
|
D | parse.cpp | 668 TableResource *list = static_cast<TableResource *>(res); in resLookup() 812 static TableResource * 813 addCollation(ParseState* state, TableResource *result, const char *collationType, in addCollation() 1045 TableResource *result = NULL; in parseCollationElements() 1120 TableResource *collationRes; in parseCollationElements() 1172 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *… in realParseTable() 1270 TableResource *result = table_open(state->bundle, tag, comment, status); in parseTable() 2059 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse()
|
D | wrtjava.cpp | 512 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()
|
D | wrtxml.cpp | 925 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()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.h | 145 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();
|
D | reslist.cpp | 181 TableResource::~TableResource() {} in ~TableResource() 184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add() 571 TableResource::handleWrite16(SRBRoot *bundle) { in handleWrite16() 707 TableResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() 807 TableResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() 1104 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open() 1105 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open() 1167 fRoot = new TableResource(this, NULL, comment, errorCode); in SRBRoot() 1759 void TableResource::applyFilter( in applyFilter()
|
D | parse.cpp | 668 TableResource *list = static_cast<TableResource *>(res); in resLookup() 812 static TableResource * 813 addCollation(ParseState* state, TableResource *result, const char *collationType, in addCollation() 1045 TableResource *result = NULL; in parseCollationElements() 1120 TableResource *collationRes; in parseCollationElements() 1172 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *… in realParseTable() 1270 TableResource *result = table_open(state->bundle, tag, comment, status); in parseTable() 2061 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse()
|
D | wrtjava.cpp | 512 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()
|
D | wrtxml.cpp | 925 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()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.h | 145 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();
|
D | reslist.cpp | 181 TableResource::~TableResource() {} in ~TableResource() 184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add() 571 TableResource::handleWrite16(SRBRoot *bundle) { in handleWrite16() 707 TableResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() 807 TableResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() 1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open() 1097 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open() 1159 fRoot = new TableResource(this, NULL, comment, errorCode); in SRBRoot() 1751 void TableResource::applyFilter( in applyFilter()
|
D | parse.cpp | 668 TableResource *list = static_cast<TableResource *>(res); in resLookup() 812 static TableResource * 813 addCollation(ParseState* state, TableResource *result, const char *collationType, in addCollation() 1045 TableResource *result = NULL; in parseCollationElements() 1120 TableResource *collationRes; in parseCollationElements() 1172 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *… in realParseTable() 1270 TableResource *result = table_open(state->bundle, tag, comment, status); in parseTable() 2061 TableResource *rootTable = static_cast<TableResource *>(state.bundle->fRoot); in parse()
|
D | wrtjava.cpp | 512 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()
|
D | wrtxml.cpp | 925 table_write_xml(TableResource *res, const char* id, const char* language, UBool isTopLevel, UErrorC… in table_write_xml() 995 … table_write_xml (static_cast<TableResource *>(res), id, language, isTopLevel, status); in res_write_xml()
|