Searched refs:PatriciaTriePolicy (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp33 void PatriciaTriePolicy::createAndGetAllChildDicNodes(const DicNode *const dicNode,
60 int PatriciaTriePolicy::getCodePointsAndReturnCodePointCount(const int wordId,
82 int PatriciaTriePolicy::getCodePointsAndProbabilityAndReturnCodePointCount(
280 int PatriciaTriePolicy::getWordId(const CodePointArrayView wordCodePoints,
293 const WordAttributes PatriciaTriePolicy::getWordAttributesInContext(
317 const WordAttributes PatriciaTriePolicy::getWordAttributes(const int probability,
323 int PatriciaTriePolicy::getProbability(const int unigramProbability,
339 int PatriciaTriePolicy::getProbabilityOfWord(const WordIdArrayView prevWordIds,
368 void PatriciaTriePolicy::iterateNgramEntries(const WordIdArrayView prevWordIds,
383 BinaryDictionaryShortcutIterator PatriciaTriePolicy
[all...]
H A Dpatricia_trie_policy.h42 class PatriciaTriePolicy : public DictionaryStructureWithBufferPolicy { class in namespace:latinime
44 PatriciaTriePolicy(MmappedBuffer::MmappedBufferPtr mmappedBuffer) function in class:latinime::PatriciaTriePolicy
154 DISALLOW_IMPLICIT_CONSTRUCTORS(PatriciaTriePolicy);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.cpp185 new PatriciaTriePolicy(std::move(mmappedBuffer)));

Completed in 69 milliseconds