Searched refs:removeNgramEntry (Results 1 - 16 of 16) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Ddynamic_pt_updating_helper.h53 bool removeNgramEntry(const PtNodePosArrayView prevWordsPtNodePos, const int wordPos);
H A Dpt_node_writer.h77 virtual bool removeNgramEntry(const WordIdArrayView prevWordIds, const int wordId) = 0;
H A Ddynamic_pt_updating_helper.cpp102 bool DynamicPtUpdatingHelper::removeNgramEntry(const PtNodePosArrayView prevWordsPtNodePos, function in class:latinime::DynamicPtUpdatingHelper
116 return mPtNodeWriter->removeNgramEntry(prevWordIds, wordId);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
H A Ddictionary_structure_with_buffer_policy.h86 virtual bool removeNgramEntry(const NgramContext *const ngramContext,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_node_writer.h78 virtual bool removeNgramEntry(const WordIdArrayView prevWordIds, const int wordId);
H A Dver4_patricia_trie_policy.h96 bool removeNgramEntry(const NgramContext *const ngramContext,
H A Dver4_patricia_trie_node_writer.cpp225 bool Ver4PatriciaTrieNodeWriter::removeNgramEntry(const WordIdArrayView prevWordIds, function in class:latinime::Ver4PatriciaTrieNodeWriter
H A Dver4_patricia_trie_policy.cpp334 bool Ver4PatriciaTriePolicy::removeNgramEntry(const NgramContext *const ngramContext, function in class:latinime::Ver4PatriciaTriePolicy
337 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
363 if (mNodeWriter.removeNgramEntry(prevWordIds, wordId)) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_node_writer.h99 virtual bool removeNgramEntry(const WordIdArrayView prevWordIds, const int wordId);
H A Dver4_patricia_trie_policy.h117 bool removeNgramEntry(const NgramContext *const ngramContext,
H A Dver4_patricia_trie_policy.cpp408 bool Ver4PatriciaTriePolicy::removeNgramEntry(const NgramContext *const ngramContext, function in class:latinime::backward::v402::Ver4PatriciaTriePolicy
411 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
439 if (mUpdatingHelper.removeNgramEntry(
H A Dver4_patricia_trie_node_writer.cpp256 bool Ver4PatriciaTrieNodeWriter::removeNgramEntry(const WordIdArrayView prevWordIds, function in class:latinime::backward::v402::Ver4PatriciaTrieNodeWriter
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.h102 bool removeNgramEntry(const NgramContext *const ngramContext, function in class:latinime::PatriciaTriePolicy
105 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h91 bool removeNgramEntry(const NgramContext *const ngramContext,
H A Ddictionary.cpp151 bool Dictionary::removeNgramEntry(const NgramContext *const ngramContext, function in class:latinime::Dictionary
154 return mDictionaryStructureWithBufferPolicy->removeNgramEntry(ngramContext, codePoints);
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp431 return dictionary->removeNgramEntry(&ngramContext,

Completed in 163 milliseconds