HomeSort by relevance Sort by last modified time
    Searched defs:headerPolicy (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 198 const DictionaryHeaderStructurePolicy *const headerPolicy =
200 headerPolicy->readHeaderValueOrQuestionMark("dictionary", dictionaryIdCodePointBuffer,
202 headerPolicy->readHeaderValueOrQuestionMark("version", versionStringCodePointBuffer,
204 headerPolicy->readHeaderValueOrQuestionMark("date", dateStringCodePointBuffer,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/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)) {
76 if (!headerPolicy->fillInAndWriteHeaderToBuffer(true /* updatesLastDecayedTime */,
84 const HeaderPolicy *const headerPolicy, Ver4DictBuffers *const buffersToWrite
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/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 */,
56 const HeaderPolicy *const headerPolicy = mBuffers->getHeaderPolicy();
58 Ver4DictBuffers::createVer4DictBuffers(headerPolicy,
62 if (!runGC(rootPtNodeArrayPos, headerPolicy, dictBuffers.get(), &unigramCount, &bigramCount)) {
67 if (!headerPolicy->fillInAndWriteHeaderToBuffer(true /* updatesLastDecayedTime */,
75 const HeaderPolicy *const headerPolicy, Ver4DictBuffers *const buffersToWrite
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 138 const DictionaryHeaderStructurePolicy *const headerPolicy =
140 JniDataUtils::putIntToArray(env, outHeaderSize, 0 /* index */, headerPolicy->getSize());
142 headerPolicy->getFormatVersionNumber());
147 headerPolicy->getAttributeMap();
172 const DictionaryHeaderStructurePolicy *const headerPolicy =
174 return headerPolicy->getFormatVersionNumber();
554 const DictionaryHeaderStructurePolicy *const headerPolicy =
558 newFormatVersion, *headerPolicy->getLocale(), headerPolicy->getAttributeMap());
    [all...]

Completed in 95 milliseconds