Home | History | Annotate | Download | only in share

Lines Matching refs:uint16

30 uint16 SpellingParser::splstr_to_idxs(const char *splstr, uint16 str_len,
31 uint16 spl_idx[], uint16 start_pos[],
32 uint16 max_size, bool &last_is_pre) {
43 uint16 str_pos = 0;
44 uint16 idx_num = 0;
54 uint16 id_this = node_this->spelling_idx;
108 uint16 id_this = node_this->spelling_idx;
128 uint16 id_this = node_this->spelling_idx;
143 uint16 SpellingParser::splstr_to_idxs_f(const char *splstr, uint16 str_len,
144 uint16 spl_idx[], uint16 start_pos[],
145 uint16 max_size, bool &last_is_pre) {
146 uint16 idx_num = splstr_to_idxs(splstr, str_len, spl_idx, start_pos,
148 for (uint16 pos = 0; pos < idx_num; pos++) {
159 uint16 SpellingParser::splstr16_to_idxs(const char16 *splstr, uint16 str_len,
160 uint16 spl_idx[], uint16 start_pos[],
161 uint16 max_size, bool &last_is_pre) {
172 uint16 str_pos = 0;
173 uint16 idx_num = 0;
183 uint16 id_this = node_this->spelling_idx;
237 uint16 id_this = node_this->spelling_idx;
257 uint16 id_this = node_this->spelling_idx;
272 uint16 SpellingParser::splstr16_to_idxs_f(const char16 *splstr, uint16 str_len,
273 uint16 spl_idx[], uint16 start_pos[],
274 uint16 max_size, bool &last_is_pre) {
275 uint16 idx_num = splstr16_to_idxs(splstr, str_len, spl_idx, start_pos,
277 for (uint16 pos = 0; pos < idx_num; pos++) {
288 uint16 SpellingParser::get_splid_by_str(const char *splstr, uint16 str_len,
293 uint16 spl_idx[2];
294 uint16 start_pos[3];
304 uint16 SpellingParser::get_splid_by_str_f(const char *splstr, uint16 str_len,
309 uint16 spl_idx[2];
310 uint16 start_pos[3];
325 uint16 SpellingParser::get_splids_parallel(const char *splstr, uint16 str_len,
326 uint16 splidx[], uint16 max_size,
327 uint16 &full_id_num, bool &is_pre) {