Home
last modified time | relevance | path

Searched refs:bundle_open (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/tools/genrb/
Dreslist.h68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
Dgenrb.c296 newPoolBundle = bundle_open(NULL, TRUE, &status); in main()
Dparse.c2045 state.bundle = bundle_open(&comment, FALSE, status); in parse()
Dreslist.c1058 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { in bundle_open() function