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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 60 native static int nativeImGetPyStrLen(boolean decoded);
204 return nativeImGetPyStrLen(decoded);
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 149 JNIEXPORT jint JNICALL nativeImGetPyStrLen(JNIEnv* env, jclass jclazz,
331 { "nativeImGetPyStrLen", "(Z)I",
332 (void*) nativeImGetPyStrLen },

Completed in 168 milliseconds