Searched refs:table_open (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/tools/genrb/ |
D | reslist.h | 113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment…
|
D | parse.c | 1017 result = table_open(state->bundle, tag, NULL, status); in parseCollationElements() 1084 collationRes = table_open(state->bundle, subtag, NULL, status); in parseCollationElements() 1230 result = table_open(state->bundle, tag, comment, status); in parseTable()
|
D | reslist.c | 867 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment… in table_open() function 1073 bundle->fRoot = table_open(bundle, NULL, comment, status); in bundle_open()
|