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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_structure_with_buffer_policy.h 80 virtual bool removeUnigramEntry(const CodePointArrayView wordCodePoints) = 0;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 87 bool removeUnigramEntry(const CodePointArrayView codePoints);
dictionary.cpp 141 bool Dictionary::removeUnigramEntry(const CodePointArrayView codePoints) {
143 return mDictionaryStructureWithBufferPolicy->removeUnigramEntry(codePoints);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 113 bool removeUnigramEntry(const CodePointArrayView wordCodePoints);
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/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/dictionary/structure/v4/
ver4_patricia_trie_policy.h 92 bool removeUnigramEntry(const CodePointArrayView wordCodePoints);
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/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 462 public boolean removeUnigramEntry(final String word) {
ExpandableBinaryDictionary.java 328 if (!binaryDictionary.removeUnigramEntry(word)) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 395 return dictionary->removeUnigramEntry(CodePointArrayView(codePoints, codePointCount));
    [all...]

Completed in 1338 milliseconds