Lines Matching full:spelling
34 // This class is used to store the spelling strings
35 // The length of the input spelling string should be less or equal to the
49 // Used to store spelling strings. If the spelling table needs to calculate
50 // score, an extra char after each spelling string is the score.
73 // pure_spl_size is the pure maximum spelling string size. For example,
75 // spl_max_num is the maximum number of spelling strings to store.
77 // score for each spelling.
80 // Put a spelling string to the table.
83 // freq is the spelling's occuring count.
84 // If the spelling has been in the table, occuring count will accumulated.
87 // Test whether a spelling string is in the table.
92 // Sort the spelling strings and put them from the begin of the buffer.
93 // Return the pointer of the sorted spelling strings.
94 // item_size and spl_num return the item size and number of spelling.
95 // Because each spelling uses a '\0' as terminator, the returned item_size is