Lines Matching refs:data
266 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
272 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode);
277 if(pResData->data!=nullptr) {
278 udata_close(pResData->data);
279 pResData->data=nullptr;
988 * track the highest address of any item to return the size of the data.
990 * We should have thought of storing those in the data...
991 * It is possible to extend the data structure by putting additional values
995 * and the data swapping would have to know about these values.
997 * The data structure does not forbid keys to be shared, so we must swap
1076 /* all other types use an offset to point to their data */
1352 /* check data format and format version */
1363 udata_printError(ds, "ures_swap(): data format %02x.%02x.%02x.%02x (format version %02x.%02x) is not a resource bundle\n",
1450 /* copy the bundle for binary and inaccessible data */