Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dparse.cpp1022 …struct SResource *collationBin = bin_open(state->bundle, "%%CollationBin", totalSize, dest, NULL, … in addCollation()
1499 … return bin_open(state->bundle, tag, count >> 1, value.getAlias(), NULL, comment, status); in parseBinary()
1511 return bin_open(state->bundle, tag, 0, NULL, "", comment, status); in parseBinary()
1616 return bin_open(state->bundle, tag, len, data.getAlias(), fullname.data(), comment, status); in parseImport()
Dreslist.h156 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
Dreslist.cpp1120 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,… in bin_open() function