Searched refs:first_son (Results 1 – 4 of 4) sorted by relevance
269 free_son_trie(node->first_son + pos); in free_son_trie()272 if (NULL != node->first_son) in free_son_trie()273 delete [] node->first_son; in free_son_trie()335 root_->first_son = construct_spellings_subset(0, spelling_num_, 0, root_); in construct()340 if (NULL == root_->first_son) in construct()436 SpellingNode *first_son = NULL; in construct_spellings_subset() local460 first_son = new SpellingNode[num_of_son]; in construct_spellings_subset()461 memset(first_son, 0, sizeof(SpellingNode)*num_of_son); in construct_spellings_subset()482 SpellingNode *node_current = first_son + son_pos; in construct_spellings_subset()498 node_current->first_son = in construct_spellings_subset()[all …]
90 SpellingNode *first_son = node_this->first_son; in splstr_to_idxs() local94 SpellingNode *this_son = first_son + i; in splstr_to_idxs()219 SpellingNode *first_son = node_this->first_son; in splstr16_to_idxs() local223 SpellingNode *this_son = first_son + i; in splstr16_to_idxs()
30 SpellingNode *first_son; member