Searched refs:dictionaryStructurePolicy (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | dictionary_utils.cpp | 31 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, in getMaxProbabilityOfExactMatches() argument 40 dictionaryStructurePolicy, &prevWordIdArray, false /* tryLowerCaseSearch */); in getMaxProbabilityOfExactMatches() 42 DicNodeUtils::initAsRoot(dictionaryStructurePolicy, prevWordIds, ¤t.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()
|
D | dictionary_utils.h | 33 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, 40 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node_utils.cpp | 30 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()
|
D | dic_node_utils.h | 33 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, 36 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, 40 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, 43 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy,
|