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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 70 native static int nativeImGetFixedLen();
246 return nativeImGetFixedLen();
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 199 JNIEXPORT jint JNICALL nativeImGetFixedLen(JNIEnv *env, jclass clazz) {
341 { "nativeImGetFixedLen", "()I",
342 (void*) nativeImGetFixedLen },

Completed in 83 milliseconds