Home | History | Annotate | Download | only in common

Lines Matching defs:indexLength

187         int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff;
188 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
194 (length<((1+indexLength)<<2) ||
201 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
205 // In formatVersion 1, the indexLength took up this whole int.
211 if(indexLength>URES_INDEX_ATTRIBUTES) {
219 if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) {
224 if( indexLength>URES_INDEX_16BIT_TOP &&
1316 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top;
1365 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff;
1366 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
1371 keysBottom=1+indexLength;
1373 if(indexLength>URES_INDEX_16BIT_TOP) {
1387 if(keysTop>(1+indexLength)) {