Home | History | Annotate | Download | only in share

Lines Matching full:root_

61   root_ = NULL;
89 if (NULL != root_) {
90 free_son_trie(root_);
91 delete root_;
239 if (NULL == root_ || half_id >= kFullSplIdStart)
245 if (NULL == spl_id_start || NULL == root_ || half_id >= kFullSplIdStart)
253 if (NULL == root_ || full_id < kFullSplIdStart ||
318 root_ = new SpellingNode();
319 memset(root_, 0, sizeof(SpellingNode));
331 root_->first_son = construct_spellings_subset(0, spelling_num_, 0, root_);
334 root_->score = 0;
336 if (NULL == root_->first_son)