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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 142 mProbabilityDictContent(dictPath, mHeaderPolicy.hasHistoricalInfoOfWords(), isUpdatable),
143 mBigramDictContent(dictPath, mHeaderPolicy.hasHistoricalInfoOfWords(), isUpdatable),
151 mProbabilityDictContent(headerPolicy->hasHistoricalInfoOfWords()),
152 mBigramDictContent(headerPolicy->hasHistoricalInfoOfWords()), mShortcutDictContent(),
ver4_patricia_trie_node_writer.cpp 399 if (mHeaderPolicy->hasHistoricalInfoOfWords()) {
429 if (!mHeaderPolicy->hasHistoricalInfoOfWords()) {
ver4_patricia_trie_policy.cpp 223 if (mHeaderPolicy->hasHistoricalInfoOfWords()) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp 183 mHeaderPolicy.hasHistoricalInfoOfWords()),
191 mLanguageModelDictContent(headerPolicy->hasHistoricalInfoOfWords()),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_policy.h 181 AK_FORCE_INLINE bool hasHistoricalInfoOfWords() const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.cpp 269 if (mHeaderPolicy->hasHistoricalInfoOfWords()) {

Completed in 250 milliseconds