/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.h | 68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
|
genrb.c | 296 newPoolBundle = bundle_open(NULL, TRUE, &status);
|
parse.c | [all...] |
reslist.c | 1058 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { function [all...] |
/external/icu4c/tools/genrb/ |
reslist.h | 68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
|
genrb.c | 291 newPoolBundle = bundle_open(NULL, TRUE, &status);
|
parse.cpp | [all...] |
reslist.c | 1060 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) { function [all...] |
/external/libppp/src/ |
bundle.h | 171 extern void bundle_Open(struct bundle *, const char *, int, int);
|
bundle.c | 620 bundle_Open(bundle, NULL, PHYS_AUTO, 0); 982 bundle_Open(struct bundle *bundle, const char *name, int mask, int force) [all...] |
command.c | 406 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); [all...] |