utf8_strwidth    1849 builtin/blame.c 		for (time_width = utf8_strwidth(time_str);
utf8_strwidth    1970 builtin/blame.c 				pad = longest_author - utf8_strwidth(name);
utf8_strwidth    2116 builtin/blame.c 				num = utf8_strwidth(ci.author_mail.buf);
utf8_strwidth    2118 builtin/blame.c 				num = utf8_strwidth(ci.author.buf);
utf8_strwidth    2613 builtin/blame.c 		blame_date_width = utf8_strwidth(_("4 years, 11 months ago")) + 1; /* add the null */
utf8_strwidth     389 builtin/branch.c 	newitem->width = utf8_strwidth(refname);
utf8_strwidth     537 builtin/branch.c 		int utf8_compensation = strlen(name.buf) - utf8_strwidth(name.buf);
utf8_strwidth     610 builtin/branch.c 		item.width = utf8_strwidth(item.name);
utf8_strwidth      34 column.c       	len = utf8_strwidth(str.buf);
utf8_strwidth     177 gettext.c      	return is_utf8 ? utf8_strwidth(s) : strlen(s);
utf8_strwidth     435 utf8.c         		columns = utf8_strwidth(buf.buf);
utf8_strwidth       9 utf8.h         int utf8_strwidth(const char *string);
utf8_strwidth     299 wt-status.c    		int len = s ? utf8_strwidth(s) : 0;
utf8_strwidth     328 wt-status.c    	len = label_width - utf8_strwidth(how);
utf8_strwidth     391 wt-status.c    	len = label_width - utf8_strwidth(what);