Searched refs:leadByteToScript (Results 1 – 2 of 2) sorted by relevance
248 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()253 …, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript), in swapFormatVersion3()331 if(header.leadByteToScript!=0) { in swapFormatVersion3()332 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3()333 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()334 ds->swapArray16(ds, inBytes+header.leadByteToScript, in swapFormatVersion3()336 outBytes+header.leadByteToScript, pErrorCode); in swapFormatVersion3()
71 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member