HomeSort by relevance Sort by last modified time
    Searched defs:SResource (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/tools/genrb/
reslist.h 42 struct SResource *fRoot;
68 struct SResource* res_open(const struct UString* comment, UErrorCode* status);
75 struct SResource* res_none(void);
80 struct SResource *fFirst;
84 struct SResource* table_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status);
85 void table_add(struct SResource *table, struct SResource *res, int linenumber, UErrorCode *status);
90 struct SResource *fFirst;
91 struct SResource *fLast;
94 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *st (…)
    [all...]
  /external/icu4c/tools/genrb/
reslist.h 42 struct SResource *fRoot;
104 struct SResource* res_none(void);
109 struct SResource *fFirst;
113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
114 void table_add(struct SResource *table, struct SResource *res, int linenumber, UErrorCode *status);
118 struct SResource *fFirst;
119 struct SResource *fLast;
122 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
123 void array_add(struct SResource *array, struct SResource *res, UErrorCode *status)
    [all...]

Completed in 727 milliseconds