Searched refs:char_for_node (Results 1 – 1 of 1) sorted by relevance
441 char char_for_node = spelling_last_start[level]; in construct_spellings_subset() local442 assert((char_for_node >= 'A' && char_for_node <= 'Z') || in construct_spellings_subset()443 'h' == char_for_node); in construct_spellings_subset()449 if (char_current != char_for_node) { in construct_spellings_subset()451 char_for_node = char_current; in construct_spellings_subset()467 char_for_node = spelling_last_start[level]; in construct_spellings_subset()480 if (char_current != char_for_node) { in construct_spellings_subset()483 node_current->char_this_node = char_for_node; in construct_spellings_subset()487 level1_sons_[char_for_node - 'A'] = node_current; in construct_spellings_subset()518 if (level == 0 && is_szm_char(char_for_node)) { in construct_spellings_subset()[all …]