Home
last modified time | relevance | path

Searched refs:start_id_ (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictlist.cpp127 start_id_[0] = id_num; in calculate_size()
142 start_id_[len] = start_id_[len - 1]; in calculate_size()
148 start_id_[current_hz_len - 1] = id_num; in calculate_size()
159 start_id_[0] = 1; in calculate_size()
162 start_id_[i] = id_num; in calculate_size()
197 assert(id_num == start_id_[kMaxLemmaSize]); in fill_list()
259 / word_len + start_id_[word_len - 1]); in predict()
288 if (!initialized_ || id_lemma >= start_id_[kMaxLemmaSize] || NULL == str_buf in get_lemma_str()
296 if (start_id_[i] <= id_lemma && start_id_[i + 1] > id_lemma) { in get_lemma_str()
297 size_t id_span = id_lemma - start_id_[i]; in get_lemma_str()
[all …]
H A Duserdict.cpp238 return start_id_ + dict_info_.lemma_count - 1; in get_max_lemma_id()
242 if (id >= start_id_ && id <= get_max_lemma_id()) in is_valid_lemma_id()
254 : start_id_(0), in UserDict()
292 start_id_ = start_id; in load_dict()
313 start_id_ = 0; in load_dict()
647 uint32 offset = offsets_by_id_[id_lemma - start_id_]; in _get_lpis()
663 uint32 offset = offsets_by_id_[id_lemma - start_id_]; in _get_lpis()
920 uint32 offset = offsets_by_id_[lemma_id - start_id_]; in _get_lpis()
1012 uint32 offset = offsets_by_id_[lemma_id - start_id_]; in _get_lpis()
1024 LemmaIdType start_id = start_id_; in _get_lpis()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictlist.h47 uint32 start_id_[kMaxLemmaSize + 1]; variable
H A Duserdict.h150 LemmaIdType start_id_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictlist.h47 uint32 start_id_[kMaxLemmaSize + 1]; variable
H A Duserdict.h150 LemmaIdType start_id_; variable