Searched refs:found_son (Results 1 – 1 of 1) sorted by relevance
82 SpellingNode *found_son = NULL; in splstr_to_idxs() local86 found_son = spl_trie_->level1_sons_[char_this - 'a']; in splstr_to_idxs()88 found_son = spl_trie_->level1_sons_[char_this - 'A']; in splstr_to_idxs()97 found_son = this_son; in splstr_to_idxs()104 if (NULL != found_son) { in splstr_to_idxs()105 node_this = found_son; in splstr_to_idxs()211 SpellingNode *found_son = NULL; in splstr16_to_idxs() local215 found_son = spl_trie_->level1_sons_[char_this - 'a']; in splstr16_to_idxs()217 found_son = spl_trie_->level1_sons_[char_this - 'A']; in splstr16_to_idxs()226 found_son = this_son; in splstr16_to_idxs()[all …]