Home
last modified time | relevance | path

Searched refs:kMaxRowNum (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h29 static const size_t kMaxRowNum = kMaxSearchSteps; variable
117 uint16 spl_ids[kMaxRowNum];
118 uint16 spl_start[kMaxRowNum];
119 char16 chn_str[kMaxRowNum]; // Chinese string.
120 uint16 sublma_start[kMaxRowNum]; // Counted in Chinese characters.
186 char pys_[kMaxRowNum];
208 uint16 lma_start_[kMaxRowNum]; // Counted in spelling ids.
209 LemmaIdType lma_id_[kMaxRowNum];
218 uint8 fixed_lmas_no1_[kMaxRowNum];
231 uint16 spl_start_[kMaxRowNum]; // Starting positions
[all …]
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h29 static const size_t kMaxRowNum = kMaxSearchSteps; variable
117 uint16 spl_ids[kMaxRowNum];
118 uint16 spl_start[kMaxRowNum];
119 char16 chn_str[kMaxRowNum]; // Chinese string.
120 uint16 sublma_start[kMaxRowNum]; // Counted in Chinese characters.
186 char pys_[kMaxRowNum];
208 uint16 lma_start_[kMaxRowNum]; // Counted in spelling ids.
209 LemmaIdType lma_id_[kMaxRowNum];
218 uint8 fixed_lmas_no1_[kMaxRowNum];
231 uint16 spl_start_[kMaxRowNum]; // Starting positions
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp81 size_t matrix_size = sizeof(MatrixRow) * kMaxRowNum; in alloc_resource()
268 if (!inited_ || ch_pos > pys_decoded_len_ || ch_pos >= kMaxRowNum) in reset_search()
436 while (start < kMaxRowNum - len && '\0' != pys_[start]) { in del_in_pys()
447 if (py_len > kMaxRowNum - 1) in search()
448 py_len = kMaxRowNum - 1; in search()
949 if (pys_decoded_len_ >= kMaxRowNum - 1 || in prepare_add_char()
1082 (dmi_c_phrase_ && prev_ids_num >= kMaxRowNum)) { in add_char_qwerty()
1267 lma_len = get_lemma_str(lma_id_[pos], lma_str, kMaxRowNum - phrase_len); in merge_fixed_lmas()
1641 LemmaIdType idxs[kMaxRowNum]; in get_candidate0()