HomeSort by relevance Sort by last modified time
    Searched refs:outTrie (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
utrie2.cpp 488 UTrie2Header *outTrie;
495 outTrie=(UTrie2Header *)outData;
498 ds->swapArray32(ds, &inTrie->signature, 4, &outTrie->signature, pErrorCode);
499 ds->swapArray16(ds, &inTrie->options, 12, &outTrie->options, pErrorCode);
504 ds->swapArray16(ds, inTrie+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
507 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
509 (uint16_t *)(outTrie+1)+trie.indexLength, pErrorCode);
ucol_swp.cpp 81 UTrieHeader *outTrie;
88 outTrie=(UTrieHeader *)outData;
91 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
95 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
97 (uint16_t *)(outTrie+1)+trie.indexLength, pErrorCode);
99 ds->swapArray16(ds, inTrie+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode);

Completed in 615 milliseconds