Home
last modified time | relevance | path

Searched refs:_g_utf8_strwidth (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgoption.c312 _g_utf8_strwidth (const gchar *p) in _g_utf8_strwidth() function
693 len = _g_utf8_strwidth (long_name); in calculate_max_length()
699 len += 1 + _g_utf8_strwidth (TRANSLATE (group, entry->arg_description)); in calculate_max_length()
738 (int) (max_length + 4 - _g_utf8_strwidth (str->str)), "", in print_entry()
946 max_length = _g_utf8_strwidth ("-?, --help"); in g_option_context_get_help()
950 len = _g_utf8_strwidth ("--help-all"); in g_option_context_get_help()
968 len = _g_utf8_strwidth ("--help-") + _g_utf8_strwidth (g->name); in g_option_context_get_help()