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

  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 87 static SResource kNoResource; // TODO: const
140 struct SResource* res_none() {
144 SResource::SResource()
150 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
161 SResource::~SResource() {
166 SResource *current = fFirst;
168 SResource *next = current->fNext
    [all...]
reslist.h 63 struct SResource;
96 SResource *fRoot; // Normally a TableResource.
138 struct SResource* res_none(void);
148 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
150 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
154 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
156 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);
160 struct SResource {
161 SResource();
162 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment
    [all...]

Completed in 3379 milliseconds