Searched refs:addcp (Results 1 – 1 of 1) sorted by relevance
1974 const char *src, *scp, *addcp, *seq; in render_string() local2067 addcp = utfbuf; in render_string()2069 addcp = mchars_uc2str(unicode); in render_string()2070 if (addcp == NULL) in render_string()2072 if (*addcp == ASCII_NBRSP) in render_string()2073 addcp = " "; in render_string()2074 addsz = strlen(addcp); in render_string()2081 memcpy(dst + dsz, addcp, addsz); in render_string()