Home | History | Annotate | Download | only in share

Lines Matching refs:first_son

265     free_son_trie(node->first_son + pos);
268 if (NULL != node->first_son)
269 delete [] node->first_son;
331 root_->first_son = construct_spellings_subset(0, spelling_num_, 0, root_);
336 if (NULL == root_->first_son)
432 SpellingNode *first_son = NULL;
456 first_son = new SpellingNode[num_of_son];
457 memset(first_son, 0, sizeof(SpellingNode)*num_of_son);
478 SpellingNode *node_current = first_son + son_pos;
494 node_current->first_son =
505 node_current->first_son = NULL;
562 SpellingNode *node_current = first_son + son_pos;
579 node_current->first_son =
590 node_current->first_son = NULL;
636 return first_son;