HomeSort by relevance Sort by last modified time
    Searched refs:nativeImAddLetter (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 56 native static int nativeImAddLetter(byte ch);
196 return nativeImAddLetter(ch);
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 124 JNIEXPORT jint JNICALL nativeImAddLetter(JNIEnv *env, jclass clazz, jbyte ch) {
327 { "nativeImAddLetter", "(B)I",
328 (void*) nativeImAddLetter },

Completed in 216 milliseconds