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

  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_context.h 127 class CIMIContext;
173 friend class CIMIContext;
205 friend class CIMIContext;
346 class CIMIContext {
350 * Constructor of CIMIContext. Set all the pointer to NULL.
354 * Note: At this time, CIMIContext could not be used to
359 CIMIContext();
365 ~CIMIContext()
802 }; // of CIMIContext
imi_context.cpp 214 CIMIContext::CIMIContext()
223 CIMIContext::setCoreData(CIMIData *pCoreData)
230 CIMIContext::clear()
255 CIMIContext::cancelSelection(CSkeletonIter bone, bool update)
278 CIMIContext::cancelSelectionCover(CSkeletonIter bone, bool update)
303 CIMIContext::makeSelection(const CCandidate& candi)
325 CIMIContext::modify(CSkeletonIter boneStart,
435 CIMIContext::isValidSyllable(const TWCHAR* pstr)
442 CIMIContext::segPinyinSimplest(const wstring& pinyin, CSkeleton& result
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_context.h 70 class CIMIContext;
117 friend class CIMIContext;
133 friend class CIMIContext;
192 class CIMIContext {
194 CIMIContext ();
195 ~CIMIContext () {clear();}
288 }; // CIMIContext
imi_context.cpp 92 void CIMIContext::printLattice ()
105 CIMIContext::CIMIContext ()
115 void CIMIContext::setCoreData (CIMIData *pCoreData)
121 void CIMIContext::clear ()
128 void CIMIContext::_clearFrom (unsigned idx)
134 bool CIMIContext::buildLattice (IPySegmentor::TSegmentVec &segments, unsigned rebuildFrom, bool doSearch)
166 void CIMIContext::_forwardSyllables (unsigned i, unsigned j, std::vector<unsigned>& syllables)
177 void CIMIContext::_forwardString (unsigned i, unsigned j, std::vector<unsigned>& strbuf)
189 void CIMIContext::_forwardSingleSyllable (unsigned i, unsigned j, TSyllable syllable, bool isFuzzy
    [all...]

Completed in 1139 milliseconds