Searched refs:removeUnigramEntry (Results 1 – 11 of 11) sorted by relevance
141 bool Dictionary::removeUnigramEntry(const CodePointArrayView codePoints) { in removeUnigramEntry() function in latinime::Dictionary143 return mDictionaryStructureWithBufferPolicy->removeUnigramEntry(codePoints); in removeUnigramEntry()
87 bool removeUnigramEntry(const CodePointArrayView codePoints);
80 virtual bool removeUnigramEntry(const CodePointArrayView wordCodePoints) = 0;
92 bool removeUnigramEntry(const CodePointArrayView wordCodePoints);
247 bool Ver4PatriciaTriePolicy::removeUnigramEntry(const CodePointArrayView wordCodePoints) { in removeUnigramEntry() function in latinime::Ver4PatriciaTriePolicy
90 bool removeUnigramEntry(const CodePointArrayView wordCodePoints) { in removeUnigramEntry() function
113 bool removeUnigramEntry(const CodePointArrayView wordCodePoints);
333 bool Ver4PatriciaTriePolicy::removeUnigramEntry(const CodePointArrayView wordCodePoints) { in removeUnigramEntry() function in latinime::backward::v402::Ver4PatriciaTriePolicy
328 if (!binaryDictionary.removeUnigramEntry(word)) { in removeUnigramEntryDynamically()
462 public boolean removeUnigramEntry(final String word) { in removeUnigramEntry() method in BinaryDictionary
395 return dictionary->removeUnigramEntry(CodePointArrayView(codePoints, codePointCount)); in latinime_BinaryDictionary_removeUnigramEntry()