• Home
  • Raw
  • Download

Lines Matching refs:handle

46 static NJ_INT16 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle);
66 if (dicinfo->handle != NULL) { in check_search_cursor()
76 loctset->loct.handle = dicinfo->handle; in check_search_cursor()
136 if (loctset->loct.handle == NULL) { in search_word()
140 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in search_word()
209 if ((loctset->loct.handle == NULL) || in get_word_and_search_next_word()
215 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in get_word_and_search_next_word()
337 ((loctset->loct.handle != NULL) && 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()
382 if (loctset->loct.handle == NULL) { in njd_get_word_data()
386 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in njd_get_word_data()
417 if (dicinfo->handle == NULL) { in set_operation_id()
423 type = NJ_GET_DIC_TYPE_EX(NJ_GET_DIC_INFO(dicinfo), dicinfo->handle); in set_operation_id()
486 if (result->word.stem.loc.handle == NULL) { in njd_get_stroke()
490 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle); in njd_get_stroke()
544 if (result->word.stem.loc.handle == NULL) { in njd_get_candidate()
548 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle); in njd_get_candidate()
580 static NJ_INT16 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle) { in njd_check_dic() argument
587 addr = handle; in njd_check_dic()
665 return njd_l_check_dic(iwnn, handle); in njd_check_dic()
791 dhdl = cursor->cond.ds->dic[cnt].handle; in njx_search_word()
839 NJ_EXTERN NJ_INT16 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 … in njx_check_dic() argument
846 if (handle == NULL) { in njx_check_dic()
859 + NJ_INT32_READ(handle + NJ_DIC_POS_DATA_SIZE) in njx_check_dic()
860 + NJ_INT32_READ(handle + NJ_DIC_POS_EXT_SIZE))) { in njx_check_dic()
864 return njd_check_dic(iwnn, handle); in njx_check_dic()
874 loctset->loct.handle = NULL; in njd_init_search_location_set()
896 word->stem.loc.handle = NULL; in njd_init_word()