Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h61 struct SResource;
94 SResource *fRoot; // Normally a TableResource.
136 struct SResource* res_none(void);
146 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t …
148 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co…
152 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct USt…
154 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
158 struct SResource { struct
159 SResource();
160 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
[all …]
Dreslist.cpp85 static SResource kNoResource; // TODO: const
138 struct SResource* res_none() { in res_none()
142 SResource::SResource() in SResource() function in SResource
148 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() function in SResource
159 SResource::~SResource() { in ~SResource()
164 SResource *current = fFirst; in ~ContainerResource()
166 SResource *next = current->fNext; in ~ContainerResource()
175 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
195 SResource *current = fFirst; in add()
197 SResource *prev = NULL; in add()
[all …]
Dparse.cpp122 typedef struct SResource *
125 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,…
307 static struct SResource *
310 struct SResource *result = NULL; in parseUCARules()
451 static struct SResource *
454 struct SResource *result = NULL; in parseTransliterator()
529 static struct SResource *
532 struct SResource *result = NULL; in parseDependency()
533 struct SResource *elem = NULL; in parseDependency()
591 static struct SResource *
[all …]
Dwrtjava.cpp35 void res_write_java(struct SResource *res,UErrorCode *status);
319 struct SResource *current = NULL; in array_write_java()
500 struct SResource *current = NULL; in table_write_java()
566 res_write_java(struct SResource *res,UErrorCode *status) { in res_write_java()
Dwrtxml.cpp231 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U…
547 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer()
688 struct SResource *current = NULL; in array_write_xml()
922 struct SResource *current = NULL; in table_write_xml()
959 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErro… in res_write_xml()