Home
last modified time | relevance | path

Searched refs:dicLibPath (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImpl.java192 public OpenWnnDictionaryImpl( String dicLibPath ) { in OpenWnnDictionaryImpl() argument
193 this( dicLibPath, null ); in OpenWnnDictionaryImpl()
204 public OpenWnnDictionaryImpl( String dicLibPath, String dicFilePath ) { in OpenWnnDictionaryImpl() argument
206 this.mWnnWork = OpenWnnDictionaryImplJni.createWnnWork( dicLibPath ); in OpenWnnDictionaryImpl()
DOpenWnnDictionaryImplJni.java182 public static final native long createWnnWork( String dicLibPath ); in createWnnWork() argument
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
DOpenWnnDictionaryImplJni.c217 const char* dicLibPath; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork() local
226 ( dicLibPath = ( *env )->GetStringUTFChars( env, dicLibPathJ, 0 ) ) == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
231 work->dicLibHandle = ( void* )dlopen( dicLibPath, RTLD_LAZY ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
232 ( *env )->ReleaseStringUTFChars( env, dicLibPathJ, dicLibPath ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()