Searched defs:res_open (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/genrb/
H A Dreslist.c833 /* gcc 4.2 complained "no previous prototype for res_open" without this prototype... */
834 struct SResource* res_open(struct SRBRoot *bundle, const char *tag,
837 struct SResource* res_open(struct SRBRoot *bundle, const char *tag, function
870 struct SResource *res = res_open(bundle, tag, comment, status);
880 struct SResource *res = res_open(bundle, tag, comment, status);
904 struct SResource *res = res_open(bundle, tag, comment, status);
972 struct SResource *res = res_open(bundle, tag, comment, status);
997 struct SResource *res = res_open(bundle, tag, comment, status);
1014 struct SResource *res = res_open(bundle, tag, comment, status);
1026 struct SResource *res = res_open(bundl
[all...]

Completed in 105 milliseconds