Searched refs:addcp (Results 1 – 1 of 1) sorted by relevance
1953 const char *src, *scp, *addcp, *seq; in render_string() local2046 addcp = utfbuf; in render_string()2048 addcp = mchars_uc2str(unicode); in render_string()2049 if (addcp == NULL) in render_string()2051 if (*addcp == ASCII_NBRSP) in render_string()2052 addcp = " "; in render_string()2053 addsz = strlen(addcp); in render_string()2060 memcpy(dst + dsz, addcp, addsz); in render_string()