Home | History | Annotate | Download | only in impl

Lines Matching defs:indexLength

256         int indexLength = indexes0 & 0xff;
257 if(indexLength <= URES_INDEX_MAX_TABLE_LENGTH) {
261 if(dataLength < ((1 + indexLength) << 2) ||
268 // In formatVersion 1, the indexLength took up this whole int.
274 if(indexLength > URES_INDEX_ATTRIBUTES) {
285 int keysBottom = 1 + indexLength;
305 if(indexLength > URES_INDEX_16BIT_TOP) {
320 if(indexLength > URES_INDEX_POOL_CHECKSUM) {