Searched refs:SRBRoot (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 74 struct SRBRoot { struct 75 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 76 ~SRBRoot(); 122 SRBRoot *fWritePoolBundle; argument 127 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 132 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 150 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 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… [all …]
|
D | reslist.cpp | 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 360 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 399 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 439 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 447 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 463 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument [all …]
|
D | parse.h | 32 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | genrb.cpp | 43 SRBRoot *newPoolBundle, UBool omitBinaryCollation, UErrorCode &status); 312 LocalPointer<SRBRoot> newPoolBundle; in main() 314 newPoolBundle.adoptInsteadAndCheckErrorCode(new SRBRoot(NULL, TRUE, status), status); in main() 580 SRBRoot *newPoolBundle, in processFile() 582 LocalPointer<SRBRoot> data; in processFile()
|
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()
|