Searched refs:tmp_result (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | ndapi.c | 191 NJ_RESULT tmp_result; in get_word_and_search_next_word() local 205 tmp_result.word = tmp_word; in get_word_and_search_next_word() 226 tmp_result.word.yomi = cursor->cond.yomi; in get_word_and_search_next_word() 227 tmp_result.word.stem.info1 = cursor->cond.ylen; 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() 246 ret = njd_get_stroke(iwnn, &tmp_result, tmp_stroke, sizeof(tmp_stroke)); 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() 296 result->word = 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() 310 ret = njd_get_stroke(iwnn, &tmp_result, tmp_stroke, sizeof(tmp_stroke)); in get_word_and_search_next_word() [all …]
|