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

  /nv-g11n/inputmethod/sunpinyin/ime/src/
ic_history.h 50 class CICHistory {
55 virtual ~CICHistory();
101 class CBigramHistory : public CICHistory {
ic_history.cpp 45 const unsigned int CICHistory::DCWID = (unsigned int)-1;
47 CICHistory::~CICHistory()
51 bool CICHistory::seenBefore(unsigned int wid)
56 bool CICHistory::memorize(unsigned int* its_wid, unsigned int* ite_wid)
61 double CICHistory::pr(unsigned int* its_wid, unsigned int* ite_wid)
66 double CICHistory::pr(unsigned int* its_wid, unsigned int* ite_wid, unsigned int wid)
71 bool CICHistory::bufferize(void** buf_ptr, size_t* sz)
78 bool CICHistory::loadFromBuffer(void* buf_ptr, size_t sz)
imi_context.h 396 setHistoryMemory(CICHistory *phm);
398 CICHistory *
774 CICHistory *m_pHistory;
imi_context.cpp     [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
ic_history.h 50 class CICHistory {
55 virtual ~CICHistory();
101 class CBigramHistory : public CICHistory {
ic_history.cpp 51 const unsigned CICHistory::DCWID = (unsigned)-1;
53 CICHistory::~CICHistory()
57 bool CICHistory::seenBefore(unsigned wid)
62 bool CICHistory::memorize(unsigned* its_wid, unsigned* ite_wid)
67 double CICHistory::pr(unsigned* its_wid, unsigned* ite_wid)
72 double CICHistory::pr(unsigned* its_wid, unsigned* ite_wid, unsigned wid)
77 bool CICHistory::bufferize(void** buf_ptr, size_t* sz)
84 bool CICHistory::loadFromBuffer(void* buf_ptr, size_t sz)
imi_context.h 202 void setHistoryMemory (CICHistory *phm) {m_pHistory = phm;}
203 CICHistory * getHistoryMemory () {return m_pHistory;}
272 CICHistory *m_pHistory;
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
SunPinyinModule.h 132 void LoadHistory(CICHistory *history) const;
133 void SaveHistory(CICHistory *history) const;
SunPinyinModule.cpp 383 SunPinyinModule::LoadHistory(CICHistory *history) const
426 SunPinyinModule::SaveHistory(CICHistory *history) const
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
SunPinyinModule.h 132 void LoadHistory(CICHistory *history) const;
133 void SaveHistory(CICHistory *history) const;
SunPinyinModule.cpp 383 SunPinyinModule::LoadHistory(CICHistory *history) const
426 SunPinyinModule::SaveHistory(CICHistory *history) const
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
SunPinyinApplicationDelegate.mm 44 static bool save_history (CICHistory*);
45 static bool load_history (CICHistory*);
293 static bool save_history (CICHistory* history)
312 static bool load_history (CICHistory* history)
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
SunPinyinApplicationDelegate.mm 44 static bool save_history (CICHistory*);
45 static bool load_history (CICHistory*);
281 static bool save_history (CICHistory* history)
300 static bool load_history (CICHistory* history)

Completed in 180 milliseconds