Searched refs:im_get_sps_str (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dpinyinime.h112 * decoder fails in adding the letter, it will do nothing. im_get_sps_str()
127 const char *im_get_sps_str(size_t *decoded_len);
/packages/inputmethods/PinyinIME/jni/share/
H A Dpinyinime.cpp109 const char* im_get_sps_str(size_t *decoded_len) { function
/packages/inputmethods/PinyinIME/jni/android/
H A Dcom_android_inputmethod_pinyin_PinyinDecoderService.cpp131 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length
152 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length

Completed in 140 milliseconds