Home
last modified time | relevance | path

Searched refs:item_start_next (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp473 size_t item_start_next = item_start; in construct_spellings_subset() local
490 node_current->spelling_idx = kFullSplIdStart + item_start_next; in construct_spellings_subset()
493 if (spelling_last_start[level + 1] != '\0' || i - item_start_next > 1) { in construct_spellings_subset()
494 size_t real_start = item_start_next; in construct_spellings_subset()
502 if (real_start == item_start_next + 1) { in construct_spellings_subset()
527 h2f_num_[node_current->spelling_idx] = i - item_start_next; in construct_spellings_subset()
540 h2f_num_[node_current->spelling_idx] = i - item_start_next; in construct_spellings_subset()
548 item_start_next + kFullSplIdStart; in construct_spellings_subset()
556 item_start_next = i; in construct_spellings_subset()
574 node_current->spelling_idx = kFullSplIdStart + item_start_next; in construct_spellings_subset()
[all …]
H A Ddictbuilder.cpp856 size_t item_start_next = item_start; in construct_subset() local
897 idx_buf[homo_pos] = lemma_arr_[item_start_next + homo_pos].idx_by_hz; in construct_subset()
908 if (i - item_start_next > homo_num) { in construct_subset()
915 item_start_next + homo_num, i, level + 1); in construct_subset()
926 item_start_next = i; in construct_subset()
966 idx_buf[homo_pos] = lemma_arr[item_start_next + homo_pos].idx_by_hz; in construct_subset()
977 if (item_end - item_start_next > homo_num) { in construct_subset()
984 item_start_next + homo_num, item_end, level + 1); in construct_subset()