OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inTrie
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
ucol_swp.cpp
36
const UTrieHeader *
inTrie
;
55
inTrie
=(const UTrieHeader *)inData;
56
trie.signature=ds->readUInt32(
inTrie
->signature);
57
trie.options=ds->readUInt32(
inTrie
->options);
58
trie.indexLength=udata_readInt32(ds,
inTrie
->indexLength);
59
trie.dataLength=udata_readInt32(ds,
inTrie
->dataLength);
88
ds->swapArray32(ds,
inTrie
, sizeof(UTrieHeader), outTrie, pErrorCode);
92
ds->swapArray16(ds,
inTrie
+1, trie.indexLength*2, outTrie+1, pErrorCode);
93
ds->swapArray32(ds, (const uint16_t *)(
inTrie
+1)+trie.indexLength, trie.dataLength*4,
96
ds->swapArray16(ds,
inTrie
+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode)
[
all
...]
utrie2.cpp
406
const UTrie2Header *
inTrie
;
425
inTrie
=(const UTrie2Header *)inData;
426
trie.signature=ds->readUInt32(
inTrie
->signature);
427
trie.options=ds->readUInt16(
inTrie
->options);
428
trie.indexLength=ds->readUInt16(
inTrie
->indexLength);
429
trie.shiftedDataLength=ds->readUInt16(
inTrie
->shiftedDataLength);
467
ds->swapArray32(ds, &
inTrie
->signature, 4, &outTrie->signature, pErrorCode);
468
ds->swapArray16(ds, &
inTrie
->options, 12, &outTrie->options, pErrorCode);
473
ds->swapArray16(ds,
inTrie
+1, (trie.indexLength+dataLength)*2, outTrie+1, pErrorCode);
476
ds->swapArray16(ds,
inTrie
+1, trie.indexLength*2, outTrie+1, pErrorCode)
[
all
...]
/external/chromium_org/third_party/icu/source/common/
utrie2.cpp
402
const UTrie2Header *
inTrie
;
421
inTrie
=(const UTrie2Header *)inData;
422
trie.signature=ds->readUInt32(
inTrie
->signature);
423
trie.options=ds->readUInt16(
inTrie
->options);
424
trie.indexLength=ds->readUInt16(
inTrie
->indexLength);
425
trie.shiftedDataLength=ds->readUInt16(
inTrie
->shiftedDataLength);
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)
[
all
...]
ucol_swp.cpp
36
const UTrieHeader *
inTrie
;
55
inTrie
=(const UTrieHeader *)inData;
56
trie.signature=ds->readUInt32(
inTrie
->signature);
57
trie.options=ds->readUInt32(
inTrie
->options);
58
trie.indexLength=udata_readInt32(ds,
inTrie
->indexLength);
59
trie.dataLength=udata_readInt32(ds,
inTrie
->dataLength);
88
ds->swapArray32(ds,
inTrie
, sizeof(UTrieHeader), outTrie, pErrorCode);
92
ds->swapArray16(ds,
inTrie
+1, trie.indexLength*2, outTrie+1, pErrorCode);
93
ds->swapArray32(ds, (const uint16_t *)(
inTrie
+1)+trie.indexLength, trie.dataLength*4,
96
ds->swapArray16(ds,
inTrie
+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode)
[
all
...]
Completed in 614 milliseconds