Home | History | Annotate | Download | only in genrb

Lines Matching refs:SRBRoot

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);
92 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status);
95 bundle_compactKeys(struct SRBRoot *bundle, UErrorCode *status);
110 struct SRBRoot *fRoot;
113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
122 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
133 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
140 void bundle_closeString(struct SRBRoot *bundle, struct SResource *string);
142 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
149 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
156 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
164 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);
187 res_getKeyString(const struct SRBRoot *bundle, const struct SResource *res, char temp[8]);