Home | History | Annotate | Download | only in share

Lines Matching full:spelling_idx

486         node_current->spelling_idx = kFullSplIdStart + item_start_next;
515 node_current->spelling_idx =
519 node_current->spelling_idx++;
521 node_current->spelling_idx++;
523 h2f_num_[node_current->spelling_idx] = i - item_start_next;
535 node_current->spelling_idx = part_id;
536 h2f_num_[node_current->spelling_idx] = i - item_start_next;
542 if (h2f_num_[node_current->spelling_idx] > 0)
543 h2f_start_[node_current->spelling_idx] =
546 h2f_start_[node_current->spelling_idx] = 0;
570 node_current->spelling_idx = kFullSplIdStart + item_start_next;
602 node_current->spelling_idx = static_cast<uint16>(char_for_node - 'A' + 1);
605 node_current->spelling_idx++;
607 node_current->spelling_idx++;
609 h2f_num_[node_current->spelling_idx] = item_end - item_start_next;
621 node_current->spelling_idx = part_id;
622 h2f_num_[node_current->spelling_idx] = item_end - item_start_next;
627 if (h2f_num_[node_current->spelling_idx] > 0)
628 h2f_start_[node_current->spelling_idx] =
631 h2f_start_[node_current->spelling_idx] = 0;