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

/external/icu/icu4c/source/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);
1562 result = bin_open(state->bundle, tag, (i >> 1), value,NULL, comment, status);
1576 result = bin_open(state->bundle, tag, 0, NULL, "",comment,status);
1741 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
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.h164 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.cpp952 struct SResource *collationBin = bin_open(state->bundle, "%%CollationBin", len, data, NULL, NULL, status);
1504 result = bin_open(state->bundle, tag, (i >> 1), value,NULL, comment, status);
1518 result = bin_open(state->bundle, tag, 0, NULL, "",comment,status);
1683 result = bin_open(state->bundle, tag, len, data, fullname, comment, status);
H A Dreslist.c1025 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 510 milliseconds