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

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h111 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
H A Dparse.cpp1088 result = table_open(state->bundle, tag, NULL, status);
1156 collationRes = table_open(state->bundle, subtag, NULL, status);
1306 result = table_open(state->bundle, tag, comment, status);
H A Dreslist.c966 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { function
1117 bundle->fRoot = table_open(bundle, NULL, comment, status);

Completed in 187 milliseconds