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

  /external/icu4c/common/
utrie2.cpp 453 UTrie2Header *outTrie;
460 outTrie=(UTrie2Header *)outData;
463 ds->swapArray32(ds, &inTrie->signature, 4, &outTrie->signature, pErrorCode);
464 ds->swapArray16(ds, &inTrie->options, 12, &outTrie->options, pErrorCode);
469 ds->swapArray16(ds, inTrie+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
472 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
474 (uint16_t *)(outTrie+1)+trie.indexLength, pErrorCode);
ucol_swp.cpp 78 UTrieHeader *outTrie;
85 outTrie=(UTrieHeader *)outData;
88 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
92 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
94 (uint16_t *)(outTrie+1)+trie.indexLength, pErrorCode);
96 ds->swapArray16(ds, inTrie+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode);

Completed in 56 milliseconds