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

  /external/icu/icu4c/source/tools/genrb/
reslist.h 40 struct SRBRoot {
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 *bundle, int32_t *pLength)
    [all...]
parse.h 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
reslist.c 104 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 *bundle, int32_t length, UErrorCode *status)
    [all...]
wrtjava.c 84 static struct SRBRoot* srBundle ;
615 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc,
genrb.c 104 static struct SRBRoot *newPoolBundle = NULL;
469 struct SRBRoot *data = NULL;
574 /* Parse the data into an SRBRoot */
wrtxml.cpp 55 static struct SRBRoot* srBundle ;
1004 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename,
    [all...]
parse.cpp 104 struct SRBRoot *bundle;
692 struct SRBRoot *data = NULL;
811 /* Parse the data into an SRBRoot */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.h 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
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 103 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status);
112 res_write16(struct SRBRoot *bundle, struct SResource *res,
131 struct SRBRoot *bundle, struct SResource *res,
141 struct SRBRoot *bundle, struct SResource *res,
145 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) {
186 mapKey(struct SRBRoot *bundle, int32_t oldpos) {
206 makeKey16(struct SRBRoot *bundle, int32_t key) {
220 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) {
234 array_write16(struct SRBRoot *bundle, struct SResource *res,
266 table_write16(struct SRBRoot *bundle, struct SResource *res
    [all...]
wrtjava.c 84 static struct SRBRoot* srBundle ;
615 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc,
genrb.c 94 static struct SRBRoot *newPoolBundle = NULL;
454 struct SRBRoot *data = NULL;
559 /* Parse the data into an SRBRoot */
wrtxml.cpp 45 static struct SRBRoot* srBundle ;
994 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename,
    [all...]
parse.cpp 82 struct SRBRoot *bundle;
652 struct SRBRoot *data = NULL;
773 /* Parse the data into an SRBRoot */
    [all...]

Completed in 234 milliseconds