Home
last modified time | relevance | path

Searched refs:SRBRoot (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.h70 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 …]
Dreslist.cpp150 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 …]
Dparse.h32 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
Dgenrb.cpp36 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()
Dwrtjava.cpp87 static struct SRBRoot* srBundle ;
607 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
Dparse.cpp114 struct SRBRoot *bundle;
766 struct SRBRoot *data = in getRules()
1966 struct SRBRoot *
1998 state.bundle = new SRBRoot(&comment, FALSE, *status); in parse()
Dwrtxml.cpp57 static struct SRBRoot* srBundle ;
1006 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* f… in bundle_write_xml()