OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bin_open
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/genrb/
reslist.h
164
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);
parse.c
935
struct SResource *collationBin =
bin_open
(state->bundle, "%%CollationBin", len, data, NULL, NULL, status);
[
all
...]
reslist.c
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) {
function
[
all
...]
Completed in 22 milliseconds