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

  /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...]
reslist.c 56 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) {
219 struct SResource *same;
232 array_write16(struct SRBRoot *bundle, struct SResource *res,
234 struct SResource *current;
264 table_write16(struct SRBRoot *bundle, struct SResource *res,
266 struct SResource *current
    [all...]
parse.c 94 typedef struct SResource *
97 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
279 static struct SResource *
282 struct SResource *result = NULL;
424 static struct SResource *
427 struct SResource *result = NULL;
500 static struct SResource* dependencyArray = NULL;
502 static struct SResource *
505 struct SResource *result = NULL;
506 struct SResource *elem = NULL
    [all...]
wrtjava.c 35 void res_write_java(struct SResource *res,UErrorCode *status);
308 string_write_java(struct SResource *res,UErrorCode *status) {
324 array_write_java( struct SResource *res, UErrorCode *status) {
328 struct SResource *current = NULL;
329 struct SResource *first =NULL;
388 intvector_write_java( struct SResource *res, UErrorCode *status) {
430 int_write_java(struct SResource *res,UErrorCode *status) {
446 bytes_write_java( struct SResource *res, UErrorCode *status) {
512 table_write_java(struct SResource *res, UErrorCode *status) {
515 struct SResource *current = NULL
    [all...]
wrtxml.cpp 219 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErrorCode *status);
534 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status)
604 string_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
641 alias_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
672 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) {
676 struct SResource *current = NULL;
677 struct SResource *first =NULL;
711 intvector_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
760 int_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) {
788 bin_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status)
    [all...]

Completed in 122 milliseconds