HomeSort by relevance Sort by last modified time
    Searched refs:SRBRoot (Results 1 - 7 of 7) sorted by null

  /external/icu4c/tools/genrb/
parse.h 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, UErrorCode *status);
reslist.h 41 struct SRBRoot {
68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
69 void bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writtenFilename, int writtenFilenameLen, UErrorCode *status);
72 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *writtenFilename,
77 /* void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc,
81 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* rbname,
84 void bundle_close(struct SRBRoot *bundle, UErrorCode *status);
85 void bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status);
86 int32_t bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status);
89 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength)
    [all...]
reslist.c 101 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status);
110 res_write16(struct SRBRoot *bundle, struct SResource *res,
129 struct SRBRoot *bundle, struct SResource *res,
139 struct SRBRoot *bundle, struct SResource *res,
143 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) {
184 mapKey(struct SRBRoot *bundle, int32_t oldpos) {
204 makeKey16(struct SRBRoot *bundle, int32_t key) {
218 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) {
232 array_write16(struct SRBRoot *bundle, struct SResource *res,
264 table_write16(struct SRBRoot *bundle, struct SResource *res
    [all...]
wrtjava.c 85 static struct SRBRoot* srBundle ;
623 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc,
genrb.c 96 static struct SRBRoot *newPoolBundle = NULL;
453 struct SRBRoot *data = NULL;
557 /* Parse the data into an SRBRoot */
wrtxml.cpp 43 static struct SRBRoot* srBundle ;
995 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename,
    [all...]
parse.c 84 struct SRBRoot *bundle;
655 struct SRBRoot *data = NULL;
776 /* Parse the data into an SRBRoot */
    [all...]

Completed in 71 milliseconds