Home
last modified time | relevance | path

Searched refs:dic_type (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c125 NJ_UINT32 dic_type; in search_word() local
140 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in search_word()
143 dic_type = 0x11111111; in search_word()
146 switch (dic_type) { in search_word()
195 NJ_UINT32 dic_type; in get_word_and_search_next_word() local
215 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in get_word_and_search_next_word()
217 switch (dic_type) { in get_word_and_search_next_word()
260 switch (dic_type) { in get_word_and_search_next_word()
339 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in get_word_and_search_next_word()
342 switch (dic_type) { in get_word_and_search_next_word()
[all …]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
DOpenWnnDictionaryImplJni.c214 NJ_UINT8* dic_type; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork() local
241 dic_type = ( NJ_UINT8* )dlsym( work->dicLibHandle, "dic_type" ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
243 if( dic_size == NULL || dic_type == NULL || dic_data == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
252 work->dicType[ i ] = dic_type[ i ]; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()