Searched refs:id_start (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp395 uint16 id_start = dep->id_start; local
404 size_t son_start = splid_le0_index_[id_start - kFullSplIdStart];
405 size_t son_end = splid_le0_index_[id_start + id_num - kFullSplIdStart];
409 assert(son->spl_idx >= id_start && son->spl_idx < id_start + id_num);
422 if (son->spl_idx == id_start) {
435 if (son->spl_idx >= id_start + id_num -1)
456 uint16 id_start = dep->id_start; local
533 uint16 id_start = dep->id_start; local
688 uint16 id_start = splid_str[spl_pos]; local
[all...]
H A Dmatrixsearch.cpp1078 dep_->id_start = spl_idx;
1081 dep_->id_num = spl_trie_->half_to_full(spl_idx, &(dep_->id_start));
/packages/inputmethods/PinyinIME/jni/include/
H A Dsearchutility.h64 // splid_end_split = false; id_start = wa(the first id start with 'w');
67 // splid_end_split = false; id_start = wa; id_num = number of ids starting with
72 // step_no = 4; splid_end_split = false; id_start = men, id_num = 1.
101 // If the newly added id is a half id, id_start is the first id of the
102 // corresponding full ids; if the newly added id is a full id, id_start is
104 uint16 id_start; member in struct:ime_pinyin::__anon42

Completed in 39 milliseconds