Searched refs:h2f_start_ (Results 1 – 3 of 3) sorted by relevance
133 *splid = h2f_start_[*splid]; in if_valid_id_update()252 *spl_id_start = h2f_start_[half_id]; in half_to_full()282 memset(h2f_start_, 0, sizeof(uint16) * kFullSplIdStart); in construct()343 h2f_start_[0] = h2f_num_[0] = 0; in construct()547 h2f_start_[node_current->spelling_idx] = in construct_spellings_subset()550 h2f_start_[node_current->spelling_idx] = 0; in construct_spellings_subset()632 h2f_start_[node_current->spelling_idx] = in construct_spellings_subset()635 h2f_start_[node_current->spelling_idx] = 0; in construct_spellings_subset()705 for (uint16 fid = h2f_start_[hid]; in build_f2h()706 fid < h2f_start_[hid] + h2f_num_[hid]; fid++) in build_f2h()
111 uint16 h2f_start_[kFullSplIdStart]; variable