Searched refs:offsetInStringsSection (Results 1 – 1 of 1) sorted by relevance
657 long offsetInStringsSection = getUnsignedInt32(mChunkContents, idx * 4); in getString() local658 if (offsetInStringsSection >= mStringsSection.capacity()) { in getString()660 "Offset of string idx " + idx + " out of bounds: " + offsetInStringsSection in getString()663 mStringsSection.position((int) offsetInStringsSection); in getString()