Home | History | Annotate | Download | only in impl

Lines Matching defs:indexLength

258         int indexLength = indexes0 & 0xff;
259 if(indexLength <= URES_INDEX_MAX_TABLE_LENGTH) {
263 if(dataLength < ((1 + indexLength) << 2) ||
270 // In formatVersion 1, the indexLength took up this whole int.
276 if(indexLength > URES_INDEX_ATTRIBUTES) {
287 int keysBottom = 1 + indexLength;
307 if(indexLength > URES_INDEX_16BIT_TOP) {
322 if(indexLength > URES_INDEX_POOL_CHECKSUM) {