Searched refs:dataOffset (Results 1 – 10 of 10) sorted by relevance
11 var dataOffset = iDataOffset || 0;22 return data.charCodeAt(iOffset + dataOffset) & 0xFF;28 return IEBinary_getByteAt(data, iOffset + dataOffset);
420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()444 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage()547 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()600 ds->writeUInt32(&outEntries[i].dataOffset, table[i].outOffset); in udata_swapPackage()
242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset); in offsetTOCLookupFn()246 return (const DataHeader *)(base+entry->dataOffset); in offsetTOCLookupFn()
48 uint32_t dataOffset; member
181 private int dataOffset; field in DexFile580 return dataOffset; in getDataOffset()664 dataOffset = offset; in place()680 dataSize = offset - dataOffset; in place()
516 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()538 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset; in readPackage()602 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset); in readPackage()617 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()784 entry.dataOffset=(uint32_t)offset; in writePackage()
1101 uint16_t dataOffset = reorderCodeIndex[(i*2) + 1]; in ucol_getLeadBytesForReorderCode() local1102 if ((dataOffset & 0x8000) == 0x8000) { in ucol_getLeadBytesForReorderCode()1105 returnLeadBytes[0] = dataOffset & ~0x8000; in ucol_getLeadBytesForReorderCode()1111 uint16_t leadByteCount = *(dataOffsetBase + dataOffset); in ucol_getLeadBytesForReorderCode()1113 … uprv_memcpy(returnLeadBytes, dataOffsetBase + dataOffset + 1, leadByteCount * sizeof(uint16_t)); in ucol_getLeadBytesForReorderCode()
111 int32_t nameOffset, dataOffset; member145 toc[i].dataOffset=i; // arbitrary value, see toc comment below in BinarySearchPackageLookup()
183 static unsigned dataOffset() { return OBJECT_OFFSETOF(StringImpl, m_data); } in dataOffset() function
219 static unsigned stringImplDataOffset() { return StringImpl::dataOffset(); } in stringImplDataOffset()