OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:headerPolicy
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.cpp
38
const
HeaderPolicy
*const
headerPolicy
= mBuffers->getHeaderPolicy();
41
const int extendedRegionSize =
headerPolicy
->getExtendedRegionSize()
43
if (!
headerPolicy
->fillInAndWriteHeaderToBuffer(false /* updatesLastDecayedTime */,
58
const
HeaderPolicy
*const
headerPolicy
= mBuffers->getHeaderPolicy();
60
Ver4DictBuffers::createVer4DictBuffers(
headerPolicy
,
63
if (!runGC(rootPtNodeArrayPos,
headerPolicy
, dictBuffers.get(), &entryCounters)) {
68
if (!
headerPolicy
->fillInAndWriteHeaderToBuffer(true /* updatesLastDecayedTime */,
76
const
HeaderPolicy
*const headerPolicy, Ver4DictBuffers *const buffersToWrite
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.cpp
47
const
HeaderPolicy
*const
headerPolicy
= mBuffers->getHeaderPolicy();
50
const int extendedRegionSize =
headerPolicy
->getExtendedRegionSize()
52
if (!
headerPolicy
->fillInAndWriteHeaderToBuffer(false /* updatesLastDecayedTime */,
65
const
HeaderPolicy
*const
headerPolicy
= mBuffers->getHeaderPolicy();
67
Ver4DictBuffers::createVer4DictBuffers(
headerPolicy
,
71
if (!runGC(rootPtNodeArrayPos,
headerPolicy
, dictBuffers.get(), &unigramCount, &bigramCount)) {
79
if (!
headerPolicy
->fillInAndWriteHeaderToBuffer(true /* updatesLastDecayedTime */,
87
const
HeaderPolicy
*const headerPolicy, Ver4DictBuffers *const buffersToWrite
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp
203
const DictionaryHeaderStructurePolicy *const
headerPolicy
=
205
headerPolicy
->readHeaderValueOrQuestionMark("dictionary", dictionaryIdCodePointBuffer,
207
headerPolicy
->readHeaderValueOrQuestionMark("version", versionStringCodePointBuffer,
209
headerPolicy
->readHeaderValueOrQuestionMark("date", dateStringCodePointBuffer,
/packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp
139
const DictionaryHeaderStructurePolicy *const
headerPolicy
=
141
JniDataUtils::putIntToArray(env, outHeaderSize, 0 /* index */,
headerPolicy
->getSize());
143
headerPolicy
->getFormatVersionNumber());
148
headerPolicy
->getAttributeMap();
173
const DictionaryHeaderStructurePolicy *const
headerPolicy
=
175
return
headerPolicy
->getFormatVersionNumber();
556
const DictionaryHeaderStructurePolicy *const
headerPolicy
=
560
newFormatVersion, *
headerPolicy
->getLocale(),
headerPolicy
->getAttributeMap());
[
all
...]
Completed in 130 milliseconds