/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | reslist.h | 41 struct SRBRoot { struct 68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status); argument 69 void bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writt… 72 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 81 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 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); 92 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status… [all …]
|
D | 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) { in reserve16BitUnits() 186 mapKey(struct SRBRoot *bundle, int32_t oldpos) { in mapKey() 206 makeKey16(struct SRBRoot *bundle, int32_t key) { in makeKey16() 220 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { in string_write16() 234 array_write16(struct SRBRoot *bundle, struct SResource *res, in array_write16() 266 table_write16(struct SRBRoot *bundle, struct SResource *res, in table_write16() [all …]
|
D | parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | wrtjava.c | 84 static struct SRBRoot* srBundle ; 615 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | genrb.c | 94 static struct SRBRoot *newPoolBundle = NULL; 454 struct SRBRoot *data = NULL; in processFile()
|
D | wrtxml.cpp | 45 static struct SRBRoot* srBundle ; 994 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* f… in bundle_write_xml()
|
D | parse.cpp | 82 struct SRBRoot *bundle; 652 struct SRBRoot *data = NULL; in importFromDataFile() 2041 struct SRBRoot *
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 40 struct SRBRoot { struct 66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status); argument 67 void bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writt… 70 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 79 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 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); 90 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status… [all …]
|
D | 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, in string_preflightStrings() 189 array_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in array_preflightStrings() 202 table_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in table_preflightStrings() 215 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, in res_preflightStrings() 245 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) { in reserve16BitUnits() [all …]
|
D | parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | wrtjava.c | 84 static struct SRBRoot* srBundle ; 615 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | genrb.c | 104 static struct SRBRoot *newPoolBundle = NULL; 469 struct SRBRoot *data = NULL; in processFile()
|
D | wrtxml.cpp | 55 static struct SRBRoot* srBundle ; 1004 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* f… in bundle_write_xml()
|
D | parse.cpp | 104 struct SRBRoot *bundle; 692 struct SRBRoot *data = NULL; in getRules() 2097 struct SRBRoot *
|