HomeSort by relevance Sort by last modified time
    Searched refs:res_open (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 441 struct SResource* res_open(const struct UString* comment, UErrorCode* status){ function
470 struct SResource *res = res_open(comment, status);
498 struct SResource *res = res_open(comment, status);
524 struct SResource *res = res_open(comment, status);
557 struct SResource *res = res_open(comment, status);
590 struct SResource *res = res_open(comment, status);
620 struct SResource *res = res_open(comment, status);
642 struct SResource *res = res_open(comment, status);
reslist.h 68 struct SResource* res_open(const struct UString* comment, UErrorCode* status);
  /external/icu4c/tools/genrb/
reslist.c 831 /* gcc 4.2 complained "no previous prototype for res_open" without this prototype... */
832 struct SResource* res_open(struct SRBRoot *bundle, const char *tag,
835 struct SResource* res_open(struct SRBRoot *bundle, const char *tag, function
868 struct SResource *res = res_open(bundle, tag, comment, status);
878 struct SResource *res = res_open(bundle, tag, comment, status);
902 struct SResource *res = res_open(bundle, tag, comment, status);
    [all...]

Completed in 242 milliseconds