HomeSort by relevance Sort by last modified time
    Searched defs:DicNode (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.cpp 17 #include "suggest/core/dicnode/dic_node.h"
21 DicNode::DicNode(const DicNode &dicNode)
24 mProfiler(dicNode.mProfiler),
26 mDicNodeProperties(dicNode.mDicNodeProperties), mDicNodeState(dicNode.mDicNodeState),
27 mIsCachedForNextSuggestion(dicNode.mIsCachedForNextSuggestion) {
31 DicNode &DicNode::operator=(const DicNode &dicNode)
    [all...]
dic_node.h 21 #include "suggest/core/dicnode/dic_node_profiler.h"
22 #include "suggest/core/dicnode/dic_node_utils.h"
23 #include "suggest/core/dicnode/internal/dic_node_state.h"
24 #include "suggest/core/dicnode/internal/dic_node_properties.h"
76 class DicNode {
77 // Caveat: We define Weighting as a friend class of DicNode to let Weighting change
78 // the distance of DicNode.
80 // This is an exception to explicitly hide DicNode::addCost() from all classes but Weighting.
88 AK_FORCE_INLINE DicNode()
95 DicNode(const DicNode &dicNode)
    [all...]

Completed in 70 milliseconds