Searched defs:leftPartOfSpeech (Results 1 - 1 of 1) sorted by relevance
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/ |
H A D | OpenWnnDictionaryImplJni.c | 786 (JNIEnv *env, jclass obj, jlong wnnWork, jint leftPartOfSpeech) 801 if( leftPartOfSpeech < 1 || leftPartOfSpeech > lcount ) { 806 NJ_SET_FPOS_TO_STEM( &( work->result.word ), leftPartOfSpeech ); 1053 (JNIEnv *env, jclass obj, jlong wnnWork, jint leftPartOfSpeech) 1069 if( leftPartOfSpeech < 0 || leftPartOfSpeech > lcount ) { 1085 if( leftPartOfSpeech == 0 ) { 1091 njd_r_get_connect( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], leftPartOfSpeech, NJ_RULE_TYPE_FTOB, &connect ); 785 Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setLeftPartOfSpeech(JNIEnv *env, jclass obj, jlong wnnWork, jint leftPartOfSpeech) argument 1052 Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray(JNIEnv *env, jclass obj, jlong wnnWork, jint leftPartOfSpeech) argument
|
Completed in 13 milliseconds