Lines Matching refs:SRBRoot
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,
340 res_write16(struct SRBRoot *bundle, struct SResource *res,
377 struct SRBRoot *bundle, struct SResource *res,
386 struct SRBRoot *bundle, struct SResource *res,
401 struct SRBRoot *bundle, struct SResource *res,
417 struct SRBRoot *bundle, struct SResource *res,
440 struct SRBRoot *bundle, struct SResource *res,
494 struct SRBRoot *bundle, struct SResource *res,
505 struct SRBRoot *bundle, struct SResource *res,
514 struct SRBRoot *bundle, struct SResource *res,
536 struct SRBRoot *bundle, struct SResource *res,
547 struct SRBRoot *bundle, struct SResource *res,
566 struct SRBRoot *bundle, struct SResource *res,
605 struct SRBRoot *bundle, struct SResource *res,
649 void bundle_write(struct SRBRoot *bundle,
834 struct SResource* res_open(struct SRBRoot *bundle, const char *tag,
837 struct SResource* res_open(struct SRBRoot *bundle, const char *tag,
869 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
879 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
903 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) {
971 SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) {
996 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
1013 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) {
1025 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) {
1060 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) {
1061 struct SRBRoot *bundle;
1067 bundle = (struct SRBRoot *) uprv_malloc(sizeof(struct SRBRoot));
1072 uprv_memset(bundle, 0, sizeof(struct SRBRoot));
1216 void bundle_close(struct SRBRoot *bundle, UErrorCode *status) {
1226 void bundle_closeString(struct SRBRoot *bundle, struct SResource *string) {
1332 void bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status) {
1355 getKeyString(const struct SRBRoot *bundle, int32_t key) {
1364 res_getKeyString(const struct SRBRoot *bundle, const struct SResource *res, char temp[8]) {
1372 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength) {
1378 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status) {
1410 bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status) {
1446 const struct SRBRoot *bundle=(const struct SRBRoot *)context;
1483 bundle_compactKeys(struct SRBRoot *bundle, UErrorCode *status) {
1637 string_writeUTF16v2(struct SRBRoot *bundle, struct SResource *res, int32_t utf16Length) {
1666 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status) {