MCPcopy Index your code
hub / github.com/git/git / utf8_strwidth

Function utf8_strwidth

utf8.c:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236int utf8_strwidth(const char *string)
237{
238 return utf8_strnwidth(string, strlen(string), 0);
239}
240
241int is_utf8(const char *text)
242{

Callers 15

print_command_listFunction · 0.85
gettext_widthFunction · 0.85
utf8_fprintfFunction · 0.85
maxwidthFunction · 0.85
show_statsFunction · 0.85
start_progress_delayFunction · 0.85
refcol_widthFunction · 0.85
format_timeFunction · 0.85

Calls 1

utf8_strnwidthFunction · 0.85

Tested by 1