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,
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 1335 milliseconds