Home
last modified time | relevance | path

Searched refs:SResource (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.h63 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 …
150 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co…
154 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct USt…
156 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
160 struct SResource { struct
161 SResource();
162 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
[all …]
Dreslist.cpp87 static SResource kNoResource; // TODO: const
140 struct SResource* res_none() { in res_none()
144 SResource::SResource() in SResource() function in SResource
150 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() function in SResource
161 SResource::~SResource() { in ~SResource()
166 SResource *current = fFirst; in ~ContainerResource()
168 SResource *next = current->fNext; in ~ContainerResource()
177 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
197 SResource *current = fFirst; in add()
199 SResource *prev = NULL; in add()
[all …]
Dparse.cpp124 typedef struct SResource *
127 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,…
309 static struct SResource *
312 struct SResource *result = NULL; in parseUCARules()
453 static struct SResource *
456 struct SResource *result = NULL; in parseTransliterator()
531 static struct SResource *
534 struct SResource *result = NULL; in parseDependency()
535 struct SResource *elem = NULL; in parseDependency()
593 static struct SResource *
[all …]
Dwrtjava.cpp37 void res_write_java(struct SResource *res,UErrorCode *status);
321 struct SResource *current = NULL; in array_write_java()
502 struct SResource *current = NULL; in table_write_java()
568 res_write_java(struct SResource *res,UErrorCode *status) { in res_write_java()
Dwrtxml.cpp233 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U…
549 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer()
690 struct SResource *current = NULL; in array_write_xml()
924 struct SResource *current = NULL; in table_write_xml()
961 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErro… in res_write_xml()