Searched refs:numBytesExtensionStructure (Results 1 – 1 of 1) sorted by relevance
597 int numBytesExtensionStructure = b.getInt(31 * 4); in readExtIndexes() local598 b.limit(numBytesExtensionStructure); in readExtIndexes()599 ICUBinary.skipBytes(byteBuffer, numBytesExtensionStructure); in readExtIndexes()