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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
dictionary_structure_with_buffer_policy.h 77 virtual bool removeUnigramEntry(const int *const word, const int length) = 0;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 84 bool removeUnigramEntry(const int *const codePoints, const int codePointCount);
dictionary.cpp 141 bool Dictionary::removeUnigramEntry(const int *const codePoints, const int codePointCount) {
143 return mDictionaryStructureWithBufferPolicy->removeUnigramEntry(codePoints, codePointCount);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.h 92 bool removeUnigramEntry(const int *const word, const int length) {
94 AKLOGI("Warning: removeUnigramEntry() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 111 bool removeUnigramEntry(const int *const word, const int length) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.h 93 bool removeUnigramEntry(const int *const word, const int length);
ver4_patricia_trie_policy.cpp 251 bool Ver4PatriciaTriePolicy::removeUnigramEntry(const int *const word, const int length) {
253 AKLOGI("Warning: removeUnigramEntry() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 443 public boolean removeUnigramEntry(final String word) {
ExpandableBinaryDictionary.java 346 if (!mBinaryDictionary.removeUnigramEntry(word)) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 380 return dictionary->removeUnigramEntry(codePoints, codePointCount);
    [all...]

Completed in 66 milliseconds