Searched refs:bundle_open (Results 1 – 4 of 4) sorted by relevance
68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
296 newPoolBundle = bundle_open(NULL, TRUE, &status); in main()
2045 state.bundle = bundle_open(&comment, FALSE, status); in parse()
1058 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { in bundle_open() function