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

/packages/inputmethods/PinyinIME/jni/include/
H A Dsearchutility.h63 // 1. splids = {w, m}; splids_extended = 1; ext_len = 1; step_no = 1;
66 // 2. splids = {m}; splids_extended = 0; ext_len = 1; step_no = 1;
71 // splids = {wo, men}, splids_extended = 1, ext_len = 3 (length of "men"),
87 uint16 ext_len; member in struct:ime_pinyin::__anon42
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp976 // Extend the search matrix, from the oldest unfixed row. ext_len means
978 for (uint16 ext_len = kMaxPinyinSize + 1; ext_len > 0; ext_len--) {
979 if (ext_len > pys_decoded_len_ - spl_start_[fixed_hzs_])
986 if (ext_len > 1 && 0 != longest_ext &&
987 0 == matrix_[pys_decoded_len_ - ext_len].dmi_has_full_id) {
994 uint16 oldrow = pys_decoded_len_ - ext_len;
1006 // 2. Get spelling id(s) for the last ext_len chars.
1010 ext_len,
[all...]

Completed in 48 milliseconds