Home | History | Annotate | Download | only in common

Lines Matching refs:ds

398 utrie2_swap(const UDataSwapper *ds,
409 if(ds==NULL || inData==NULL || (length>=0 && outData==NULL)) {
421 trie.signature=ds->readUInt32(inTrie->signature);
422 trie.options=ds->readUInt16(inTrie->options);
423 trie.indexLength=ds->readUInt16(inTrie->indexLength);
424 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength);
462 ds->swapArray32(ds, &inTrie->signature, 4, &outTrie->signature, pErrorCode);
463 ds->swapArray16(ds, &inTrie->options, 12, &outTrie->options, pErrorCode);
468 ds->swapArray16(ds, inTrie+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
471 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
472 ds->swapArray32(ds, (const uint16_t *)(inTrie+1)+trie.indexLength, dataLength*4,