Lines Matching refs:ds
54 if (cursor->cond.ds == NULL) { in check_search_cursor()
61 dicinfo = &(cursor->cond.ds->dic[i]); in check_search_cursor()
235 if ((cursor->cond.ds->mode & (NJ_CACHE_MODE_VALID)) && in get_word_and_search_next_word()
236 (cursor->cond.ds->dic[i].srhCache != NULL) && in get_word_and_search_next_word()
237 (NJ_GET_AIMAI_FROM_SCACHE(cursor->cond.ds->dic[i].srhCache)) && in get_word_and_search_next_word()
241 … ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &tmp_result.word); in get_word_and_search_next_word()
283 … ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &tmp_result.word); in get_word_and_search_next_word()
304 … ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &(tmp_result.word)); in get_word_and_search_next_word()
338 (cursor->cond.ds->dic[next].srhCache == NULL))) { in get_word_and_search_next_word()
712 if (cursor->cond.ds == NULL) { in njx_search_word()
717 cursor->cond.ds->mode = NJ_CACHE_MODE_VALID; in njx_search_word()
720 p_key = cursor->cond.ds->keyword; in njx_search_word()
735 kw_len = nj_charlen(cursor->cond.ds->keyword); in njx_search_word()
743 pCache = cursor->cond.ds->dic[diccnt].srhCache; in njx_search_word()
788 nj_strcpy(cursor->cond.ds->keyword, cursor->cond.yomi); in njx_search_word()
791 dhdl = cursor->cond.ds->dic[cnt].handle; in njx_search_word()
794 if ((cursor->cond.ds->dic[cnt].dic_freq[NJ_MODE_TYPE_HENKAN].base in njx_search_word()
795 > cursor->cond.ds->dic[cnt].dic_freq[NJ_MODE_TYPE_HENKAN].high)) { in njx_search_word()
807 njd_r_get_connect(cursor->cond.ds->rHandle[NJ_MODE_TYPE_HENKAN], prev_hinsi, in njx_search_word()
809 njd_r_get_count(cursor->cond.ds->rHandle[NJ_MODE_TYPE_HENKAN], in njx_search_word()