Searched refs:dicLibPath (Results 1 – 3 of 3) sorted by relevance
192 public OpenWnnDictionaryImpl( String dicLibPath ) { in OpenWnnDictionaryImpl() argument193 this( dicLibPath, null ); in OpenWnnDictionaryImpl()204 public OpenWnnDictionaryImpl( String dicLibPath, String dicFilePath ) { in OpenWnnDictionaryImpl() argument206 this.mWnnWork = OpenWnnDictionaryImplJni.createWnnWork( dicLibPath ); in OpenWnnDictionaryImpl()
182 public static final native long createWnnWork( String dicLibPath ); in createWnnWork() argument
217 const char* dicLibPath; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork() local226 ( 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()