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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 64 native static String nativeImGetChoice(int choiceId);
212 return nativeImGetChoice(choiceId);
219 retStr = nativeImGetChoice(i);
221 retStr += " " + nativeImGetChoice(i);
230 String retStr = nativeImGetChoice(i);
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 178 JNIEXPORT jstring JNICALL nativeImGetChoice(JNIEnv *env, jclass clazz,
335 { "nativeImGetChoice", "(I)Ljava/lang/String;",
336 (void*) nativeImGetChoice },

Completed in 75 milliseconds