Searched refs:level1_sons_ (Results 1 – 4 of 4) sorted by relevance
86 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()215 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()
333 memset(level1_sons_, 0, sizeof(SpellingNode*) * kValidSplCharNum); in construct()487 level1_sons_[char_for_node - 'A'] = node_current; in construct_spellings_subset()571 level1_sons_[char_for_node - 'A'] = node_current; in construct_spellings_subset()
104 SpellingNode* level1_sons_[kValidSplCharNum]; variable