Searched refs:wnnClass (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/ |
D | OpenWnnDictionaryImplJni.c | 262 result = njx_init( &( work->wnnClass ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork() 426 memcpy( &( work->wnnClass.dic_set ), &( work->dicSet ), sizeof( NJ_DIC_SET ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord() 427 result = ( jint )njx_search_word( &( work->wnnClass ), &( work->cursor ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord() 464 … result = ( jint )njx_get_word( &( work->wnnClass ), &( work->cursor ), &( work->result ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNextWord() 467 … result = ( jint )njx_get_word( &( work->wnnClass ), &( work->cursor ), &( work->result ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNextWord() 508 …if( njx_get_stroke( &( work->wnnClass ), &( work->result ), stroke, sizeof( NJ_CHAR ) * ( NJ_MAX_L… in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getStroke() 541 …if( njx_get_candidate( &( work->wnnClass ), &( work->result ), candidate, sizeof( NJ_CHAR ) * ( NJ… in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getCandidate() 931 memcpy( &( work->wnnClass.dic_set ), &( work->dicSet ), sizeof( NJ_DIC_SET ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_selectWord() 932 return ( jint )njx_select( &( work->wnnClass ), &( work->result ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_selectWord()
|
D | OpenWnnJni.h | 71 NJ_CLASS wnnClass; member
|