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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_dict.h 46 class CSIMDict {
57 CSIMDict() : m_root() {}
58 ~CSIMDict() { close(); }
64 int matchLongest(const CSIMDict::TState* root, CSIMDict::PState & result, const TWCHAR* str);
66 static const TState* step(const CSIMDict::TState* root, TWCHAR wch);
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_dict.h 46 class CSIMDict {
57 CSIMDict() : m_root() {}
58 ~CSIMDict() { close(); }
64 int matchLongest(const CSIMDict::TState* root, CSIMDict::PState & result, const TWCHAR* str);
66 static const TState* step(const CSIMDict::TState* root, TWCHAR wch);

Completed in 0 milliseconds