Searched refs:node_this (Results 1 – 1 of 1) sorted by relevance
41 const SpellingNode *node_this = spl_trie_->root_; in splstr_to_idxs() local54 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs()65 node_this = spl_trie_->root_; in splstr_to_idxs()90 SpellingNode *first_son = node_this->first_son; in splstr_to_idxs()93 for (int i = 0; i < node_this->num_of_son; i++) { in splstr_to_idxs()105 node_this = found_son; in splstr_to_idxs()108 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs()118 node_this = spl_trie_->root_; in splstr_to_idxs()128 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs()170 const SpellingNode *node_this = spl_trie_->root_; in splstr16_to_idxs() local[all …]