OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeNgramEntry
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h
102
bool
removeNgramEntry
(const NgramContext *const ngramContext,
105
AKLOGI("Warning:
removeNgramEntry
() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_updating_helper.cpp
102
bool DynamicPtUpdatingHelper::
removeNgramEntry
(const PtNodePosArrayView prevWordsPtNodePos,
116
return mPtNodeWriter->
removeNgramEntry
(prevWordIds, wordId);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_writer.cpp
225
bool Ver4PatriciaTrieNodeWriter::
removeNgramEntry
(const WordIdArrayView prevWordIds,
ver4_patricia_trie_policy.cpp
334
bool Ver4PatriciaTriePolicy::
removeNgramEntry
(const NgramContext *const ngramContext,
337
AKLOGI("Warning:
removeNgramEntry
() is called for non-updatable dictionary.");
363
if (mNodeWriter.
removeNgramEntry
(prevWordIds, wordId)) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp
151
bool Dictionary::
removeNgramEntry
(const NgramContext *const ngramContext,
154
return mDictionaryStructureWithBufferPolicy->
removeNgramEntry
(ngramContext, codePoints);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.cpp
256
bool Ver4PatriciaTrieNodeWriter::
removeNgramEntry
(const WordIdArrayView prevWordIds,
ver4_patricia_trie_policy.cpp
408
bool Ver4PatriciaTriePolicy::
removeNgramEntry
(const NgramContext *const ngramContext,
411
AKLOGI("Warning:
removeNgramEntry
() is called for non-updatable dictionary.");
439
if (mUpdatingHelper.
removeNgramEntry
(
Completed in 264 milliseconds