Home | History | Annotate | Download | only in include

Lines Matching full:uint16

54     uint16 mark_start;
55 uint16 mark_num;
74 uint16 *splid_le0_index_;
89 uint16 parsing_marks_pos_;
122 uint16 lma_len);
142 bool try_extend(const uint16 *splids, uint16 splid_num, LemmaIdType id_lemma);
171 void convert_to_hanzis(char16 *str, uint16 str_len);
173 void convert_to_scis_ids(char16 *str, uint16 str_len);
184 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
191 size_t get_lpis(const uint16 *splid_str, uint16 splid_str_len,
194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
196 uint16 get_lemma_splids(LemmaIdType id_lemma, uint16 *splids,
197 uint16 splids_max, bool arg_valid);
199 size_t predict(const char16 *last_hzs, uint16 hzs_len,
203 LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[],
204 uint16 lemma_len, uint16 count) {return 0;}
209 LemmaIdType get_lemma_id(char16 lemma_str[], uint16 splids[],
210 uint16 lemma_len) {return 0;}
214 LmaScoreType get_lemma_score(char16 lemma_str[], uint16 splids[],
215 uint16 lemma_len) {return 0;}
224 LemmaIdType get_lemma_id(const char16 lemma_str[], uint16 lemma_len);