Searched refs:pCharset (Results 1 – 1 of 1) sorted by relevance
1963 NJ_CHARSET *pCharset = cond->charset; in get_cand_by_evaluate2() local2039 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()