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

  /nv-g11n/inputmethod/sunpinyin/ime/src/
ic_history.h 57 virtual bool seenBefore(unsigned int wid);
109 virtual bool seenBefore(unsigned int wid);
ic_history.cpp 51 bool CICHistory::seenBefore(unsigned int wid)
302 bool CBigramHistory::seenBefore(unsigned int wid)
imi_context.cpp 906 if (node.m_State.getLevel() == 0 && m_pHistory->seenBefore(id)) {
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
ic_history.h 57 virtual bool seenBefore(unsigned int wid);
109 virtual bool seenBefore(unsigned int wid);
ic_history.cpp 57 bool CICHistory::seenBefore(unsigned wid)
347 bool CBigramHistory::seenBefore(unsigned wid)
imi_context.cpp 344 if (m_csLevel >= words[i].m_csLevel && m_pHistory->seenBefore (words[i].m_id))
383 if (node.m_slmState.getLevel() == 0 && m_pHistory && m_pHistory->seenBefore(wid))

Completed in 360 milliseconds