Searched refs:decoded_len (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dpinyinime.h123 * @param decoded_len Used to return how many characters in the spelling
127 const char *im_get_sps_str(size_t *decoded_len);
H A Dmatrixsearch.h421 // *decoded_len returns the length of the successfully decoded string.
422 const char* get_pystr(size_t *decoded_len);
/packages/inputmethods/PinyinIME/jni/share/
H A Dpinyinime.cpp109 const char* im_get_sps_str(size_t *decoded_len) { argument
113 return matrix_search->get_pystr(decoded_len);
H A Dmatrixsearch.cpp1191 const char* MatrixSearch::get_pystr(size_t *decoded_len) { argument
1192 if (!inited_ || NULL == decoded_len)
1195 *decoded_len = pys_decoded_len_;

Completed in 304 milliseconds