HomeSort by relevance Sort by last modified time
    Searched defs:CICHistory (Results 1 - 4 of 4) 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)
  /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)

Completed in 4319 milliseconds