Lines Matching full:decoder
30 * Open the decoder engine via the system and user dictionary file names.
34 * @return true if open the decoder engine successfully.
39 * Open the decoder engine via the system dictionary FD and user dictionary
54 * Close the decoder engine.
80 * string has the same prefix with the previous one stored in the decoder,
81 * the decoder will only continue the search from the end of the prefix.
111 * Add a Pinyin letter to the current spelling string kept by decoder. If the
112 * decoder fails in adding the letter, it will do nothing. im_get_sps_str()
113 * can be used to get the spelling string kept by decoder currently.
121 * Get the spelling string kept by the decoder.
125 * @return The spelling string kept by the decoder.