Searched refs:scriptToLeadByte (Results 1 – 2 of 2) sorted by relevance
247 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte); in swapFormatVersion3()253 …ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header… in swapFormatVersion3()254 &(outHeader->scriptToLeadByte), pErrorCode); in swapFormatVersion3()322 if(header.scriptToLeadByte!=0) { in swapFormatVersion3()323 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in swapFormatVersion3()324 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3()325 ds->swapArray16(ds, inBytes+header.scriptToLeadByte, in swapFormatVersion3()327 outBytes+header.scriptToLeadByte, pErrorCode); in swapFormatVersion3()
70 … uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */ member