Home
last modified time | relevance | path

Searched refs:dictionaryStructurePolicy (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary_utils.cpp31 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, in getMaxProbabilityOfExactMatches() argument
40 dictionaryStructurePolicy, &prevWordIdArray, false /* tryLowerCaseSearch */); in getMaxProbabilityOfExactMatches()
42 DicNodeUtils::initAsRoot(dictionaryStructurePolicy, prevWordIds, &current.front()); in getMaxProbabilityOfExactMatches()
52 processChildDicNodes(dictionaryStructurePolicy, baseLowerCodePoint, &dicNode, &next); in getMaxProbabilityOfExactMatches()
64 dictionaryStructurePolicy->getWordAttributesInContext(dicNode.getPrevWordIds(), in getMaxProbabilityOfExactMatches()
73 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, in processChildDicNodes() argument
77 DicNodeUtils::getAllChildDicNodes(parentDicNode, dictionaryStructurePolicy, &childDicNodes); in processChildDicNodes()
85 processChildDicNodes(dictionaryStructurePolicy, inputCodePoint, childDicNode, in processChildDicNodes()
89 dictionaryStructurePolicy->getHeaderStructurePolicy(), in processChildDicNodes()
Ddictionary_utils.h33 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,
40 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_utils.cpp30 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, in initAsRoot() argument
32 newRootDicNode->initAsRoot(dictionaryStructurePolicy->getRootPosition(), prevWordIds); in initAsRoot()
36 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, in initAsRootWithPreviousWord() argument
39 prevWordLastDicNode, dictionaryStructurePolicy->getRootPosition()); in initAsRootWithPreviousWord()
51 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, in getAllChildDicNodes() argument
59 dictionaryStructurePolicy->createAndGetAllChildDicNodes(dicNode, childDicNodes); in getAllChildDicNodes()
70 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, in getBigramNodeImprobability() argument
75 const WordAttributes wordAttributes = dictionaryStructurePolicy->getWordAttributesInContext( in getBigramNodeImprobability()
Ddic_node_utils.h33 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,
36 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,
40 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,
43 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,