Searched refs:SRBRoot (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 70 struct SRBRoot { struct 71 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 72 ~SRBRoot(); 118 SRBRoot *fWritePoolBundle; argument 123 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 128 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 144 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 146 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 148 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 150 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… [all …]
|
D | reslist.cpp | 150 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 264 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 281 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 323 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 333 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 353 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 392 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 432 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 440 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 456 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument [all …]
|
D | genrb.cpp | 36 SRBRoot *newPoolBundle, UBool omitBinaryCollation, UErrorCode &status); 295 LocalPointer<SRBRoot> newPoolBundle; in main() 297 newPoolBundle.adoptInsteadAndCheckErrorCode(new SRBRoot(NULL, TRUE, status), status); in main() 556 SRBRoot *newPoolBundle, in processFile() 558 LocalPointer<SRBRoot> data; in processFile()
|
D | parse.h | 32 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | wrtjava.cpp | 88 static struct SRBRoot* srBundle ; 619 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | parse.cpp | 114 struct SRBRoot *bundle; 766 LocalPointer<SRBRoot> data( in getRules() 1971 struct SRBRoot * 2003 state.bundle = new SRBRoot(&comment, FALSE, *status); in parse()
|
D | wrtxml.cpp | 57 static struct SRBRoot* srBundle ; 1011 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* f… in bundle_write_xml()
|