Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c192 NJ_CHAR tmp_stroke[NJ_MAX_LEN + NJ_TERM_LEN]; in get_word_and_search_next_word() local
246 ret = njd_get_stroke(iwnn, &tmp_result, tmp_stroke, sizeof(tmp_stroke)); in get_word_and_search_next_word()
255 if (cursor->cond.yomi[j] != tmp_stroke[j]) { 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()
318 if ((next == -1) || (nj_strcmp(result_stroke, tmp_stroke) > 0)) { in get_word_and_search_next_word()
325 nj_strcpy(result_stroke, tmp_stroke); in get_word_and_search_next_word()