Home
last modified time | relevance | path

Searched refs:table_open (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/tools/genrb/
Dreslist.h113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment…
Dparse.c1017 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()
Dreslist.c867 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()