Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dreslist.h42 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…
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…
123 void array_add(struct SResource *array, struct SResource *res, UErrorCode *status);
126 struct SResource *fSame; /* used for duplicates */
[all …]
Dreslist.c56 static const struct SResource kNoResource = { URES_NONE };
110 res_write16(struct SRBRoot *bundle, struct SResource *res,
129 struct SRBRoot *bundle, struct SResource *res,
139 struct SRBRoot *bundle, struct SResource *res,
218 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { in string_write16()
219 struct SResource *same; in string_write16()
232 array_write16(struct SRBRoot *bundle, struct SResource *res, in array_write16()
234 struct SResource *current; in array_write16()
264 table_write16(struct SRBRoot *bundle, struct SResource *res, in table_write16()
266 struct SResource *current; in table_write16()
[all …]
Dparse.c94 typedef struct SResource *
97 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,…
279 static struct SResource *
282 struct SResource *result = NULL; in parseUCARules()
424 static struct SResource *
427 struct SResource *result = NULL; in parseTransliterator()
500 static struct SResource* dependencyArray = NULL;
502 static struct SResource *
505 struct SResource *result = NULL; in parseDependency()
506 struct SResource *elem = NULL; in parseDependency()
[all …]
Dwrtjava.c35 void res_write_java(struct SResource *res,UErrorCode *status);
308 string_write_java(struct SResource *res,UErrorCode *status) { in string_write_java()
324 array_write_java( struct SResource *res, UErrorCode *status) { in array_write_java()
328 struct SResource *current = NULL; in array_write_java()
329 struct SResource *first =NULL; in array_write_java()
388 intvector_write_java( struct SResource *res, UErrorCode *status) { in intvector_write_java()
430 int_write_java(struct SResource *res,UErrorCode *status) { in int_write_java()
446 bytes_write_java( struct SResource *res, UErrorCode *status) { in bytes_write_java()
512 table_write_java(struct SResource *res, UErrorCode *status) { in table_write_java()
515 struct SResource *current = NULL; in table_write_java()
[all …]
Dwrtxml.cpp219 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U…
534 static char *printContainer(struct SResource *res, const char *container, const char *restype, cons… in printContainer()
604 string_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *statu… in string_write_xml()
641 alias_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status… in alias_write_xml()
672 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) { in array_write_xml()
676 struct SResource *current = NULL; in array_write_xml()
677 struct SResource *first =NULL; in array_write_xml()
711 intvector_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *st… in intvector_write_xml()
760 int_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) { in int_write_xml()
788 bin_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) { in bin_write_xml()
[all …]