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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_dict.cpp 132 TState* ps = &m_root; local
136 if (ps->follow == NULL) {
137 ps->follow = new Map_Type();
139 Map_Type & map = *(ps->follow);
148 ps = &(it->second);
150 ps = &(map[ch] = TState(nodeId));
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_dict.cpp 132 TState* ps = &m_root; local
136 if (ps->follow == NULL) {
137 ps->follow = new Map_Type();
139 Map_Type & map = *(ps->follow);
148 ps = &(it->second);
150 ps = &(map[ch] = TState(nodeId));
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_modern.cpp 188 CIMIModernView::getPreeditString(IPreeditString& ps)
192 ps.clear();
193 caret = getSentence(ps.getString(), &SyllPos, &SyllSize);
196 ps.setCaret(caret);
198 IPreeditString::CCharTypeVec& ctv = ps.getCharTypeVec();
203 for (; i < ps.size(); ++i)
231 CPreEditString ps; local
232 getPreeditString(ps);
233 mp_winHandler->updatePreedit(&ps);
imi_view_classic.cpp 103 CPreEditString ps; local
104 getPreeditString(ps);
105 mp_winHandler->updatePreedit(&ps);
795 CIMIClassicView::getPreeditString(IPreeditString& ps)
797 ps.clear();
799 wstring & wstr = ps.getString();
800 IPreeditString::CCharTypeVec& charTypes = ps.getCharTypeVec();
808 ps.setCandiStart(caret);
844 ps.setCaret(caret);
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_view_classic.cpp 83 CPreEditString ps; local
84 getPreeditString (ps);
85 m_pWinHandler->updatePreedit (&ps);
308 CIMIClassicView::getPreeditString(IPreeditString& ps)
310 ps.clear();
312 wstring &wstr = ps.getString ();
313 IPreeditString::CCharTypeVec& charTypes = ps.getCharTypeVec ();
360 ps.setCaret (caret);

Completed in 2940 milliseconds