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), mIsUsed(dicNode.mIsUsed)
    [all...]
dic_node.h 21 #include "suggest/core/dicnode/dic_node_profiler.h"
22 #include "suggest/core/dicnode/dic_node_release_listener.h"
23 #include "suggest/core/dicnode/internal/dic_node_state.h"
24 #include "suggest/core/dicnode/internal/dic_node_properties.h"
69 class DicNode {
70 // Caveat: We define Weighting as a friend class of DicNode to let Weighting change
71 // the distance of DicNode.
73 // This is an exception to explicitly hide DicNode::addCost() from all classes but Weighting.
83 AK_FORCE_INLINE static void managedDelete(DicNode *node) {
89 AK_FORCE_INLINE DicNode()
    [all...]

Completed in 217 milliseconds