OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:im_get_sps_str
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
pinyinime.h
112
* 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/
pinyinime.cpp
109
const char*
im_get_sps_str
(size_t *decoded_len) {
function
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
131
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 175 milliseconds