OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nativeimcancellastchoice
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java
68
native static int
nativeImCancelLastChoice
();
242
return
nativeImCancelLastChoice
();
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
195
JNIEXPORT jint JNICALL
nativeImCancelLastChoice
(JNIEnv *env, jclass clazz) {
339
{ "
nativeImCancelLastChoice
", "()I",
340
(void*)
nativeImCancelLastChoice
},
Completed in 241 milliseconds