Searched refs:fsd (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/android/
H A Dcom_android_inputmethod_pinyin_PinyinDecoderService.cpp51 jbyte *fsd = (*env).GetByteArrayElements(fn_sys_dict, 0); local
56 if (im_open_decoder((const char*)fsd, (const char*)fud))
59 (*env).ReleaseByteArrayElements(fn_sys_dict, fsd, 0);

Completed in 46 milliseconds