HomeSort by relevance Sort by last modified time
    Searched refs:m_root (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_dict.h 57 CSIMDict() : m_root() {}
61 void close(){ freeSubTree(m_root); m_root = TState(); }
63 const TState* getRoot() const { return &m_root; }
70 TState m_root; member in class:CSIMDict
sim_dict.cpp 132 TState* ps = &m_root;
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_dict.h 57 CSIMDict() : m_root() {}
61 void close(){ freeSubTree(m_root); m_root = TState(); }
63 const TState* getRoot() const { return &m_root; }
70 TState m_root; member in class:CSIMDict
sim_dict.cpp 132 TState* ps = &m_root;

Completed in 3419 milliseconds