/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | 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… 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 …]
|
D | reslist.c | 58 static const struct SResource kNoResource = { URES_NONE }; 112 res_write16(struct SRBRoot *bundle, struct SResource *res, 131 struct SRBRoot *bundle, struct SResource *res, 141 struct SRBRoot *bundle, struct SResource *res, 220 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { in string_write16() 221 struct SResource *same; in string_write16() 234 array_write16(struct SRBRoot *bundle, struct SResource *res, in array_write16() 236 struct SResource *current; in array_write16() 266 table_write16(struct SRBRoot *bundle, struct SResource *res, in table_write16() 268 struct SResource *current; in table_write16() [all …]
|
D | parse.cpp | 92 typedef struct SResource * 95 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,… 277 static struct SResource * 280 struct SResource *result = NULL; in parseUCARules() 421 static struct SResource * 424 struct SResource *result = NULL; in parseTransliterator() 497 static struct SResource* dependencyArray = NULL; 499 static struct SResource * 502 struct SResource *result = NULL; in parseDependency() 503 struct SResource *elem = NULL; in parseDependency() [all …]
|
D | wrtjava.c | 34 void res_write_java(struct SResource *res,UErrorCode *status); 307 string_write_java(struct SResource *res,UErrorCode *status) { in string_write_java() 323 array_write_java( struct SResource *res, UErrorCode *status) { in array_write_java() 327 struct SResource *current = NULL; in array_write_java() 383 intvector_write_java( struct SResource *res, UErrorCode *status) { in intvector_write_java() 425 int_write_java(struct SResource *res,UErrorCode *status) { in int_write_java() 441 bytes_write_java( struct SResource *res, UErrorCode *status) { in bytes_write_java() 507 table_write_java(struct SResource *res, UErrorCode *status) { in table_write_java() 509 struct SResource *current = NULL; in table_write_java() 576 res_write_java(struct SResource *res,UErrorCode *status) { in res_write_java()
|
D | wrtxml.cpp | 221 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U… 536 static char *printContainer(struct SResource *res, const char *container, const char *restype, cons… in printContainer() 606 string_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *statu… in string_write_xml() 643 alias_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status… in alias_write_xml() 674 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) { in array_write_xml() 678 struct SResource *current = 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() 908 table_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErr… in table_write_xml() [all …]
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 41 struct SResource *fRoot; 102 struct SResource* res_none(void); 107 struct SResource *fFirst; 111 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment… 112 void table_add(struct SResource *table, struct SResource *res, int linenumber, UErrorCode *status); 116 struct SResource *fFirst; 117 struct SResource *fLast; 120 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment… 121 void array_add(struct SResource *array, struct SResource *res, UErrorCode *status); 124 struct SResource *fSame; /* used for duplicates */ [all …]
|
D | reslist.c | 59 static const struct SResource kNoResource = { URES_NONE }; 118 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, 126 res_write16(struct SRBRoot *bundle, struct SResource *res, 145 struct SRBRoot *bundle, struct SResource *res, 155 struct SRBRoot *bundle, struct SResource *res, 159 string_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in string_preflightStrings() 189 array_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in array_preflightStrings() 191 struct SResource *current; in array_preflightStrings() 202 table_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in table_preflightStrings() 204 struct SResource *current; in table_preflightStrings() [all …]
|
D | parse.cpp | 114 typedef struct SResource * 117 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,… 299 static struct SResource * 302 struct SResource *result = NULL; in parseUCARules() 443 static struct SResource * 446 struct SResource *result = NULL; in parseTransliterator() 519 static struct SResource* dependencyArray = NULL; 521 static struct SResource * 524 struct SResource *result = NULL; in parseDependency() 525 struct SResource *elem = NULL; in parseDependency() [all …]
|
D | wrtjava.c | 34 void res_write_java(struct SResource *res,UErrorCode *status); 307 string_write_java(struct SResource *res,UErrorCode *status) { in string_write_java() 323 array_write_java( struct SResource *res, UErrorCode *status) { in array_write_java() 327 struct SResource *current = NULL; in array_write_java() 383 intvector_write_java( struct SResource *res, UErrorCode *status) { in intvector_write_java() 425 int_write_java(struct SResource *res,UErrorCode *status) { in int_write_java() 441 bytes_write_java( struct SResource *res, UErrorCode *status) { in bytes_write_java() 507 table_write_java(struct SResource *res, UErrorCode *status) { in table_write_java() 509 struct SResource *current = NULL; in table_write_java() 576 res_write_java(struct SResource *res,UErrorCode *status) { in res_write_java()
|
D | wrtxml.cpp | 231 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U… 546 static char *printContainer(struct SResource *res, const char *container, const char *restype, cons… in printContainer() 616 string_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *statu… in string_write_xml() 653 alias_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status… in alias_write_xml() 684 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) { in array_write_xml() 688 struct SResource *current = NULL; in array_write_xml() 721 intvector_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *st… in intvector_write_xml() 770 int_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) { in int_write_xml() 798 bin_write_xml(struct SResource *res, const char* id, const char* /*language*/, UErrorCode *status) { in bin_write_xml() 918 table_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErr… in table_write_xml() [all …]
|