Searched refs:getDataOffset (Results 1 – 4 of 4) sorted by relevance
97 data.position(getDataOffset(bytes, index)); in getData()98 data.limit(getDataOffset(bytes, index + 1)); in getData()153 private static int getDataOffset(ByteBuffer bytes, int index) {
101 data.position(getDataOffset(bytes, index)); in getData()102 data.limit(getDataOffset(bytes, index + 1)); in getData()157 private static int getDataOffset(ByteBuffer bytes, int index) {
138 uint64_t getDataOffset() const { return getChildOffset() + StartOfFile; } in getDataOffset() function
178 com/ibm/icu/impl/ICUBinary$DatPackageReader#getDataOffset:(Ljava/nio/ByteBuffer;I)I