Searched defs:DicNode (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.cpp21 DicNode::DicNode(const DicNode &dicNode) function in class:latinime::DicNode
31 DicNode &DicNode::operator=(const DicNode &dicNode) {
H A Ddic_node.h76 class DicNode { class in namespace:latinime
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() function in class:latinime::DicNode
95 DicNode(const DicNode &dicNode);
96 DicNode &operator=(const DicNode &dicNode);
97 ~DicNode() {}
[all...]

Completed in 194 milliseconds