Home | History | Annotate | Download | only in common

Lines Matching defs:indexLength

185         int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff;
186 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
192 (length<((1+indexLength)<<2) ||
199 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
203 // In formatVersion 1, the indexLength took up this whole int.
209 if(indexLength>URES_INDEX_ATTRIBUTES) {
217 if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) {
222 if( indexLength>URES_INDEX_16BIT_TOP &&
1300 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top;
1349 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff;
1350 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
1355 keysBottom=1+indexLength;
1357 if(indexLength>URES_INDEX_16BIT_TOP) {
1371 if(keysTop>(1+indexLength)) {