Searched refs:SResource (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 67 struct SResource; 100 SResource *fRoot; // Normally a TableResource. 142 struct SResource* res_none(void); 152 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 154 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… 158 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct USt… 160 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,… 164 struct SResource { struct 165 SResource(); 166 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, [all …]
|
D | reslist.cpp | 94 static SResource kNoResource; // TODO: const 147 struct SResource* res_none() { in res_none() 151 SResource::SResource() in SResource() function in SResource 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() function in SResource 168 SResource::~SResource() { in ~SResource() 173 SResource *current = fFirst; in ~ContainerResource() 175 SResource *next = current->fNext; in ~ContainerResource() 184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add() 204 SResource *current = fFirst; in add() 206 SResource *prev = NULL; in add() [all …]
|
D | parse.cpp | 124 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 …]
|
D | wrtjava.cpp | 38 void res_write_java(struct SResource *res,UErrorCode *status); 335 struct SResource *current = NULL; in array_write_java() 514 struct SResource *current = NULL; in table_write_java() 580 res_write_java(struct SResource *res,UErrorCode *status) { in res_write_java()
|
D | wrtxml.cpp | 233 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U… 554 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer() 695 struct SResource *current = NULL; in array_write_xml() 929 struct SResource *current = NULL; in table_write_xml() 966 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErro… in res_write_xml()
|