Searched defs:work (Results 1 – 5 of 5) sorted by relevance
191 public static final native int freeWnnWork( long work ); in freeWnnWork()200 public static final native int clearDictionaryParameters( long work ); in clearDictionaryParameters()212 … public static final native int setDictionaryParameter( long work, int index, int base, int high ); in setDictionaryParameter()229 … public static final native int searchWord(long work, int operation, int order, String keyString ); in searchWord()241 public static final native int getNextWord( long work, int length ); in getNextWord()250 public static final native String getStroke( long work ); in getStroke()259 public static final native String getCandidate( long work ); in getCandidate()268 public static final native int getFrequency( long work ); in getFrequency()276 public static final native int getLeftPartOfSpeech( long work ); in getLeftPartOfSpeech()284 public static final native int getRightPartOfSpeech( long work ); in getRightPartOfSpeech()[all …]
208 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork() local287 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_freeWnnWork() local313 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearDictionaryParameters() local343 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter() local387 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord() local455 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNextWord() local499 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getStroke() local532 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getCandidate() local565 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getFrequency() local589 NJ_JNIWORK* work; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearApproxPatterns() local[all …]
109 final OperationInfo[] work = new OperationInfo[1]; in testQuery() local138 final OperationInfo[] work = new OperationInfo[1]; in testInsert() local164 final OperationInfo[] work = new OperationInfo[1]; in testUpdate() local192 final OperationInfo[] work = new OperationInfo[1]; in testDelete() local222 final OperationInfo[] work = new OperationInfo[1]; in testBatch() local255 OperationInfo[] work = new OperationInfo[5]; in testDelay() local276 OperationInfo[] work = new OperationInfo[5]; in testCancel_simpleCancelLastTest() local304 OperationInfo[] work = new OperationInfo[5]; in testCancel_cancelSecondToLast() local336 OperationInfo[] work = new OperationInfo[5]; in testCancel_multipleCancels() local366 OperationInfo work = new OperationInfo(); in generateWork() local[all …]
108 Address work = new Address(); in addData() local
406 NJ_CHAR work[NJ_MAX_LEN + NJ_TERM_LEN]; in njd_f_get_candidate() local