Home | History | Annotate | Download | only in include

Lines Matching refs:search

239   // 2. When the search is done, this buffer is used to get candiates from the
253 // Reset the search space totally.
256 // Reset the search space from ch_pos step. For example, if the original
257 // input Pinyin is "an", reset_search(1) will reset the search space to the
393 // Reset the search space. Equivalent to reset_search(0).
397 // Search a Pinyin string.
399 size_t search(const char *py, size_t py_len);
402 // a re-search.
413 // return the result of the previous search.
417 // Get the number of candiates, called after search().
441 // Choose a candidate. The decoder will do a search after the fixed position.