Lines Matching full:spelling
66 * @param max_sps_len Maximum length of the spelling string(Pinyin string).
78 * Use a spelling string(Pinyin string) to search. The engine will try to do
86 * @param sps_buf The spelling string buffer to decode.
87 * @param sps_len The length of the spelling string buffer.
96 * @param pos The posistion of char in spelling string to delete, or the
97 * position of spelling id in result string to delete.
99 * in the spelling string, or the position in the result spelling id string.
111 * Add a Pinyin letter to the current spelling string kept by decoder. If the
113 * can be used to get the spelling string kept by decoder currently.
121 * Get the spelling string kept by the decoder.
123 * @param decoded_len Used to return how many characters in the spelling
125 * @return The spelling string kept by the decoder.
142 * Get the segmentation information(the starting positions) of the spelling
146 * @return The number of spelling ids. If it is L, there will be L+1 valid
148 * the last spelling id.
154 * the end of all spelling ids, new candidates will be provided from the
156 * spelling ids, there will be only one new candidates, or the whole fixed
173 * Get the number of fixed spelling ids, or Chinese characters.
175 * @return The number of fixed spelling ids, of Chinese characters.