/external/chromium_org/third_party/icu/source/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...] |
/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...] |