Home | History | Annotate | Download | only in share

Lines Matching full:node_current

478       SpellingNode *node_current = first_son + son_pos;
479 node_current->char_this_node = char_for_node;
483 level1_sons_[char_for_node - 'A'] = node_current;
486 node_current->spelling_idx = kFullSplIdStart + item_start_next;
494 node_current->first_son =
496 node_current);
501 if (score_this < node_current->score)
502 node_current->score = score_this;
505 node_current->first_son = NULL;
506 node_current->score = static_cast<unsigned char>(
510 if (node_current->score < min_son_score)
511 min_son_score = node_current->score;
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;
562 SpellingNode *node_current = first_son + son_pos;
563 node_current->char_this_node = char_for_node;
567 level1_sons_[char_for_node - 'A'] = node_current;
570 node_current->spelling_idx = kFullSplIdStart + item_start_next;
579 node_current->first_son =
581 node_current);
586 if (score_this < node_current->score)
587 node_current->score = score_this;
590 node_current->first_son = NULL;
591 node_current->score = static_cast<unsigned char>(
595 if (node_current->score < min_son_score)
596 min_son_score = node_current->score;
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;