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

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp363 add_char(pys_[re_pos]);
392 bool b_ac_tmp = add_char(pys_[c_py_pos]);
413 while (start < kMaxRowNum - len && '\0' != pys_[start]) {
414 pys_[start] = pys_[start + len];
431 if ('\0' == py[ch_pos] || py[ch_pos] != pys_[ch_pos])
441 memcpy(pys_ + ch_pos, py + ch_pos, py_len - ch_pos);
442 pys_[py_len] = '\0';
444 while ('\0' != pys_[ch_pos]) {
460 pys_[py_le
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h186 char pys_[kMaxRowNum]; member in class:ime_pinyin::MatrixSearch
264 // Note: this function should not destroy content of pys_.
268 // Delete a part of the content in pys_.

Completed in 39 milliseconds