Searched refs:SRBRoot (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 68 struct SRBRoot { struct 69 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 70 ~SRBRoot(); 116 SRBRoot *fWritePoolBundle; argument 121 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 126 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 142 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 144 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 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… [all …]
|
D | reslist.cpp | 148 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 262 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 279 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 321 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 331 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 351 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 390 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 430 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 438 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 454 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument [all …]
|
D | parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | genrb.cpp | 33 SRBRoot *newPoolBundle, UBool omitBinaryCollation, UErrorCode &status); 292 LocalPointer<SRBRoot> newPoolBundle; in main() 294 newPoolBundle.adoptInsteadAndCheckErrorCode(new SRBRoot(NULL, TRUE, status), status); in main() 553 SRBRoot *newPoolBundle, in processFile() 555 LocalPointer<SRBRoot> data; in processFile()
|
D | wrtjava.cpp | 85 static struct SRBRoot* srBundle ; 605 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | parse.cpp | 112 struct SRBRoot *bundle; 764 struct SRBRoot *data = in getRules() 1964 struct SRBRoot * 1996 state.bundle = new SRBRoot(&comment, FALSE, *status); in parse()
|
D | wrtxml.cpp | 55 static struct SRBRoot* srBundle ; 1004 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* f… in bundle_write_xml()
|