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

  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_view_classic.cpp 312 wstring &wstr = ps.getString (); local
315 m_pIC->getBestSentence (wstr, 0, m_candiFrIdx);
317 int caret = wstr.size ();
336 caret = wstr.size() + (m_cursorFrIdx-i);
348 wstr.insert (wstr.end(), pystr.begin()+i, pystr.begin()+i+l);
354 wstr.push_back (' ');
imi_context.cpp 245 wstring wstr; local
249 wstr = (*m_pGetFullPunctOp) (ch);
250 wid = m_pPinyinTrie->getSymbolId (wstr);
253 wstr.clear ();
258 if (!wstr.empty())
259 fr.m_wstr = wstr;
270 wstring wstr; local
274 wstr = (*m_pGetFullSymbolOp) (ch);
275 wid = m_pPinyinTrie->getSymbolId (wstr);
278 wstr.clear ()
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_classic.cpp 704 CIMIClassicView::getSentence(wstring& wstr, CSkeletonIter itStart)
706 return m_pIC->getBestSentence(wstr, itStart, m_pIC->getLastBone());
799 wstring & wstr = ps.getString(); local
802 m_pIC->getBestSentence(wstr, m_pIC->getFirstBone(), m_CandiBone);
804 int caret = wstr.size();
814 caret = wstr.size() + m_CursorIdx;
817 wstr += curIt->m_String;
819 wstr.push_back((unsigned)curIt->m_BoundaryType);
834 wstr += '\'';
837 wstr += ' '
    [all...]

Completed in 540 milliseconds