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/icu/icu4c/source/common/
utrie2.cpp
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)
[
all
...]
ucol_swp.cpp
37
const UTrieHeader *
inTrie
;
56
inTrie
=(const UTrieHeader *)inData;
57
trie.signature=ds->readUInt32(
inTrie
->signature);
58
trie.options=ds->readUInt32(
inTrie
->options);
59
trie.indexLength=udata_readInt32(ds,
inTrie
->indexLength);
60
trie.dataLength=udata_readInt32(ds,
inTrie
->dataLength);
89
ds->swapArray32(ds,
inTrie
, sizeof(UTrieHeader), outTrie, pErrorCode);
93
ds->swapArray16(ds,
inTrie
+1, trie.indexLength*2, outTrie+1, pErrorCode);
94
ds->swapArray32(ds, (const uint16_t *)(
inTrie
+1)+trie.indexLength, trie.dataLength*4,
97
ds->swapArray16(ds,
inTrie
+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode)
[
all
...]
normalizer2impl.h
226
void init(const int32_t *inIndexes, const UTrie2 *
inTrie
,
normalizer2impl.cpp
260
Normalizer2Impl::init(const int32_t *inIndexes, const UTrie2 *
inTrie
,
271
normTrie=
inTrie
;
[
all
...]
Completed in 513 milliseconds