OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeImChoose
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java
66
native static int
nativeImChoose
(int choiceId);
238
return
nativeImChoose
(choiceId);
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
190
JNIEXPORT jint JNICALL
nativeImChoose
(JNIEnv *env, jclass clazz,
337
{ "
nativeImChoose
", "(I)I",
338
(void*)
nativeImChoose
},
Completed in 58 milliseconds