Searched refs:bin_open (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 1027 …struct SResource *collationBin = bin_open(state->bundle, "%%CollationBin", totalSize, dest, NULL, … in addCollation() 1504 … return bin_open(state->bundle, tag, count >> 1, value.getAlias(), NULL, comment, status); in parseBinary() 1516 return bin_open(state->bundle, tag, 0, NULL, "", comment, status); in parseBinary() 1621 return bin_open(state->bundle, tag, len, data.getAlias(), fullname.data(), comment, status); in parseImport()
|
D | reslist.h | 156 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
|
D | reslist.cpp | 1120 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,… in bin_open() function
|