Searched defs:SpellingNode (Results 1 – 2 of 2) sorted by relevance
29 struct SpellingNode { struct30 SpellingNode *first_son; argument33 uint16 spelling_idx:11;34 uint16 num_of_son:5;35 char char_this_node;36 unsigned char score;