OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeUnigramEntry
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h
90
bool
removeUnigramEntry
(const CodePointArrayView wordCodePoints) {
92
AKLOGI("Warning:
removeUnigramEntry
() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp
141
bool Dictionary::
removeUnigramEntry
(const CodePointArrayView codePoints) {
143
return mDictionaryStructureWithBufferPolicy->
removeUnigramEntry
(codePoints);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp
247
bool Ver4PatriciaTriePolicy::
removeUnigramEntry
(const CodePointArrayView wordCodePoints) {
249
AKLOGI("Warning:
removeUnigramEntry
() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp
333
bool Ver4PatriciaTriePolicy::
removeUnigramEntry
(const CodePointArrayView wordCodePoints) {
335
AKLOGI("Warning:
removeUnigramEntry
() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
462
public boolean
removeUnigramEntry
(final String word) {
Completed in 237 milliseconds