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

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h40 struct SRBRoot { struct
66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
67 void bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writtenFilename, int writtenFilenameLen, UErrorCode *status);
70 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *writtenFilename,
75 /* void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc,
79 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* rbname,
82 void bundle_close(struct SRBRoot *bundle, UErrorCode *status);
83 void bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status);
84 int32_t bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status);
87 bundle_getKeyBytes(struct SRBRoot *bundl
[all...]
H A Dparse.h30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
H A Dreslist.c104 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status);
118 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
126 res_write16(struct SRBRoot *bundle, struct SResource *res,
145 struct SRBRoot *bundle, struct SResource *res,
155 struct SRBRoot *bundle, struct SResource *res,
159 string_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
189 array_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
202 table_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
215 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
245 reserve16BitUnits(struct SRBRoot *bundl
[all...]
H A Dwrtjava.c84 static struct SRBRoot* srBundle ;
615 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc,
H A Dgenrb.c94 static struct SRBRoot *newPoolBundle = NULL;
454 struct SRBRoot *data = NULL;
559 /* Parse the data into an SRBRoot */
H A Dwrtxml.cpp55 static struct SRBRoot* srBundle ;
1004 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename,
H A Dparse.cpp104 struct SRBRoot *bundle;
692 struct SRBRoot *data = NULL;
811 /* Parse the data into an SRBRoot */
2092 struct SRBRoot *

Completed in 144 milliseconds