Home | History | Annotate | Download | only in common

Lines Matching full:item

67  * In order to 4-align the Resource item values, there is a padding
425 /* if we indeed have an index, try to get the item by index */
435 /* if we indeed have an index, try to get the item by index */
496 * Need to always enumerate the entire item tree,
497 * track the lowest address of any item to use as the limit for char keys[],
498 * track the highest address of any item to return the size of the data.
502 * in places that are inaccessible by ordinary enumeration of the item tree.
563 * preflight one resource item and set bottom and top values;
564 * length, bottom, and top count Resource item offsets (4 bytes each), not bytes
606 Resource item;
610 /* get table item count */
614 /* top=((1+ table item count)/2 rounded up)+(table item count) */
617 /* get table item count */
621 /* top=(1+ table item count)+(table item count) */
635 item=ds->readUInt32(*p++);
636 ures_preflightResource(ds, inBundle, length, item,
641 res, i, item);
650 Resource item;
660 item=ds->readUInt32(*p++);
661 ures_preflightResource(ds, inBundle, length, item,
666 res, i, item);
696 * swap one resource item
752 Resource item;
756 /* get table item count */
768 /* get table item count */
811 item=ds->readUInt32(p[i]);
812 ures_swapResource(ds, inBundle, outBundle, item, specialType, pTempTable, pErrorCode);
815 res, i, item);
922 Resource item;
931 item=ds->readUInt32(p[i]);
932 ures_swapResource(ds, inBundle, outBundle, item, URES_NO_SPECIAL_TYPE, pTempTable, pErrorCode);
935 res, i, item);
969 /* the following integers count Resource item offsets (4 bytes each), not bytes */
995 /* a resource bundle must contain at least one resource item */
1001 /* formatVersion 1.1 must have a root item and at least 5 indexes */