Home | History | Annotate | Download | only in genrb

Lines Matching refs:SRBRoot

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,
338 res_write16(struct SRBRoot *bundle, struct SResource *res,
375 struct SRBRoot *bundle, struct SResource *res,
384 struct SRBRoot *bundle, struct SResource *res,
399 struct SRBRoot *bundle, struct SResource *res,
415 struct SRBRoot *bundle, struct SResource *res,
438 struct SRBRoot *bundle, struct SResource *res,
492 struct SRBRoot *bundle, struct SResource *res,
503 struct SRBRoot *bundle, struct SResource *res,
512 struct SRBRoot *bundle, struct SResource *res,
534 struct SRBRoot *bundle, struct SResource *res,
545 struct SRBRoot *bundle, struct SResource *res,
564 struct SRBRoot *bundle, struct SResource *res,
603 struct SRBRoot *bundle, struct SResource *res,
647 void bundle_write(struct SRBRoot *bundle,
832 struct SResource* res_open(struct SRBRoot *bundle, const char *tag,
835 struct SResource* res_open(struct SRBRoot *bundle, const char *tag,
867 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
877 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
901 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) {
969 struct SResource *alias_open(struct SRBRoot
994 struct SResource* intvector_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status) {
1011 struct SResource *int_open(struct SRBRoot *bundle, char *tag, int32_t value, const struct UString* comment, UErrorCode *status) {
1023 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) {
1058 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) {
1059 struct SRBRoot *bundle;
1065 bundle = (struct SRBRoot *) uprv_malloc(sizeof(struct SRBRoot));
1070 uprv_memset(bundle, 0, sizeof(struct SRBRoot));
1210 void bundle_close(struct SRBRoot *bundle, UErrorCode *status) {
1220 void bundle_closeString(struct SRBRoot *bundle, struct SResource *string) {
1326 void bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status) {
1349 getKeyString(const struct SRBRoot *bundle, int32_t key) {
1358 res_getKeyString(const struct SRBRoot *bundle, const struct SResource *res, char temp[8]) {
1366 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength) {
1372 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status) {
1404 bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status) {
1440 const struct SRBRoot *bundle=(const struct SRBRoot *)context;
1477 bundle_compactKeys(struct SRBRoot *bundle, UErrorCode *status) {
1631 string_writeUTF16v2(struct SRBRoot *bundle, struct SResource *res, int32_t utf16Length) {
1660 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status) {