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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 62 native static int[] nativeImGetSplStart();
208 return nativeImGetSplStart();
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 159 JNIEXPORT jintArray JNICALL nativeImGetSplStart(JNIEnv* env, jclass jclazz) {
333 { "nativeImGetSplStart", "()[I",
334 (void*) nativeImGetSplStart },

Completed in 246 milliseconds