OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeImGetPredictsNum
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java
76
native static int
nativeImGetPredictsNum
(String fixedStr);
258
return
nativeImGetPredictsNum
(fixedStr);
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
215
JNIEXPORT jint JNICALL
nativeImGetPredictsNum
(JNIEnv *env, jclass clazz,
343
{ "
nativeImGetPredictsNum
", "(Ljava/lang/String;)I",
344
(void*)
nativeImGetPredictsNum
},
Completed in 3929 milliseconds