Searched refs:bin_open (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h155 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);
H A Dparse.cpp1061 struct SResource *collationBin = bin_open(state->bundle, "%%CollationBin", totalSize, dest, NULL, NULL, status);
1557 result = bin_open(state->bundle, tag, (i >> 1), value,NULL, comment, status);
1571 result = bin_open(state->bundle, tag, 0, NULL, "",comment,status);
1736 result = bin_open(state->bundle, tag, len, data, fullname, comment, status);
H A Dreslist.c1067 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

Completed in 189 milliseconds