Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndldic.c1963 NJ_CHARSET *pCharset = cond->charset; in get_cand_by_evaluate2() local
2039 if ((!endflg) && (pCharset != NULL) && aimai_flg) { in get_cand_by_evaluate2()
2041 for (l = 0; l < pCharset->charset_count; l++) { in get_cand_by_evaluate2()
2043 if (nj_charncmp(yomi, pCharset->from[l], 1) == 0) { in get_cand_by_evaluate2()
2045 nj_strcpy(char_tmp, pCharset->to[l]); in get_cand_by_evaluate2()
2153 if ((!endflg) && (pCharset != NULL) && aimai_flg) { in get_cand_by_evaluate2()
2155 for (l = 0; l < pCharset->charset_count; l++) { in get_cand_by_evaluate2()
2157 if (nj_charncmp(yomi, pCharset->from[l], 1) == 0) { in get_cand_by_evaluate2()
2159 tmp_len = nj_strlen(pCharset->to[l]); in get_cand_by_evaluate2()
2161 nj_strncpy(pchar_tmp, pCharset->to[l], tmp_len); in get_cand_by_evaluate2()