Searched refs:his_buf (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dpinyinime.cpp158 size_t im_get_predicts(const char16 *his_buf, argument
160 if (NULL == his_buf)
163 size_t fixed_len = utf16_strlen(his_buf);
164 const char16 *fixed_ptr = his_buf;
171 return matrix_search->get_predicts(his_buf, pre_buf, kMaxPredictNum);
/packages/inputmethods/PinyinIME/jni/include/
H A Dpinyinime.h188 * @param his_buf The history buffer to do the prediction. It should be ended
193 size_t im_get_predicts(const char16 *his_buf,

Completed in 50 milliseconds