Searched refs:leadByteToScript (Results 1 – 2 of 2) sorted by relevance
175 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()180 …, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript), in swapFormatVersion3()258 if(header.leadByteToScript!=0) { in swapFormatVersion3()259 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3()260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()261 ds->swapArray16(ds, inBytes+header.leadByteToScript, in swapFormatVersion3()263 outBytes+header.leadByteToScript, pErrorCode); in swapFormatVersion3()
73 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member