Lines Matching refs:inTrie
435 const UTrie2Header *inTrie;
454 inTrie=(const UTrie2Header *)inData;
455 trie.signature=ds->readUInt32(inTrie->signature);
456 trie.options=ds->readUInt16(inTrie->options);
457 trie.indexLength=ds->readUInt16(inTrie->indexLength);
458 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength);
496 ds->swapArray32(ds, &inTrie->signature, 4, &outTrie->signature, pErrorCode);
497 ds->swapArray16(ds, &inTrie->options, 12, &outTrie->options, pErrorCode);
502 ds->swapArray16(ds, inTrie+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
505 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
506 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, dataLength*4,