Searched refs:nj_strncpy (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | nj_str.c | 33 NJ_CHAR *nj_strncpy(NJ_CHAR *dst, NJ_CHAR *src, NJ_UINT16 n) { in nj_strncpy() function
|
D | ndapi.c | 512 nj_strncpy(stroke, result->word.yomi, len); in njd_get_stroke()
|
D | ndldic.c | 2114 nj_strncpy(char_tmp, str, psrhCache->storebuff[m].idx_no); in get_cand_by_evaluate2() 2161 nj_strncpy(pchar_tmp, pCharset->to[l], tmp_len); in get_cand_by_evaluate2()
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
D | nj_ext.h | 146 extern NJ_CHAR *nj_strncpy(NJ_CHAR *dst, NJ_CHAR *src, NJ_UINT16 n);
|