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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_dict.h 64 int matchLongest(const CSIMDict::TState* root, CSIMDict::PState & result, const TWCHAR* str);
sim_dict.cpp 65 int CSIMDict::matchLongest(const CSIMDict::TState* root, CSIMDict::PState & result, const TWCHAR* str)
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_dict.h 64 int matchLongest(const CSIMDict::TState* root, CSIMDict::PState & result, const TWCHAR* str);
sim_dict.cpp 65 int CSIMDict::matchLongest(const CSIMDict::TState* root, CSIMDict::PState & result, const TWCHAR* str)
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/mmseg/
mmseg.cpp 192 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p+i);
221 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p);
  /nv-g11n/inputmethod/sunpinyin2/src/slm/mmseg/
mmseg.cpp 192 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p+i);
221 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p);
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmseg/
slmseg.cpp 224 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p+i);
270 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p);
  /nv-g11n/inputmethod/sunpinyin2/src/slm/slmseg/
slmseg.cpp 224 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p+i);
270 int len = s_dict->matchLongest(s_dict->getRoot(), pstate, p);

Completed in 420 milliseconds