Lines Matching full:indexes
168 /* formatVersion 1.1 must have a root item and at least 5 indexes */
186 /* bundles with formatVersion 1.1 and later contain an indexes[] array */
187 const int32_t *indexes=pResData->pRoot+1;
188 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff;
196 length<(indexes[URES_INDEX_BUNDLE_TOP]<<2))
202 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
203 pResData->localKeyLimit=indexes[URES_INDEX_KEYS_TOP]<<2;
206 int32_t att=indexes[URES_INDEX_ATTRIBUTES];
217 indexes[URES_INDEX_16BIT_TOP]>indexes[URES_INDEX_KEYS_TOP]
219 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]);
651 * gets platform-endian key string indexes and sorting indexes;
653 * according to the sorting indexes
846 * First we set up a temporary table with the key indexes and
847 * sorting indexes and sort that.
1015 /* formatVersion 1.1 must have a root item and at least 5 indexes */
1027 /* formatVersion 1.1 adds the indexes[] array */
1032 udata_printError(ds, "ures_swap(): too few indexes for a 1.1+ resource bundle\n");
1142 /* swap the root resource and indexes */