| /nv-g11n/inputmethod/sunpinyin/ime/src/ |
| ic_history.h | 60 * memorize the context stream pointed by [its_wid, ite_wid) 62 virtual bool memorize(unsigned int* its_wid, unsigned int* ite_wid); 111 virtual bool memorize(unsigned int* its_wid, unsigned int* ite_wid);
|
| ic_history.cpp | 56 bool CICHistory::memorize(unsigned int* its_wid, unsigned int* ite_wid) function in class:CICHistory 135 bool CBigramHistory::memorize(unsigned int* its_wid, unsigned int* ite_wid) function in class:CBigramHistory 152 //Now trying to memorize new stream and forget oldest
|
| imi_context.h | 405 //memorize sentence in current text 407 memorize(void);
|
| imi_view_classic.cpp | 135 getIC()->memorize();
|
| imi_view_modern.cpp | 335 getIC()->memorize();
|
| imi_context.cpp | 1421 void CIMIContext::memorize(void) function in class:CIMIContext [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/ime-core/ |
| ic_history.h | 60 * memorize the context stream pointed by [its_wid, ite_wid) 62 virtual bool memorize(unsigned int* its_wid, unsigned int* ite_wid); 111 virtual bool memorize(unsigned int* its_wid, unsigned int* ite_wid);
|
| ic_history.cpp | 62 bool CICHistory::memorize(unsigned* its_wid, unsigned* ite_wid) function in class:CICHistory 141 bool CBigramHistory::memorize(unsigned* its_wid, unsigned* ite_wid) function in class:CBigramHistory 158 //Now trying to memorize new stream and forget oldest
|
| imi_context.h | 241 void memorize ();
|
| imi_context.cpp | 590 void CIMIContext::memorize () function in class:CIMIContext 654 m_pHistory->memorize (&(result[0]), &(result[0]) + result.size());
|
| imi_view_classic.cpp | 452 m_pIC->memorize ();
|