pre_form          522 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          524 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, -1);
pre_form          525 lib/strutil/strutilutf8.c     if (pre_form->compose)
pre_form          529 lib/strutil/strutilutf8.c         composed = g_utf8_normalize (pre_form->text, -1, G_NORMALIZE_DEFAULT_COMPOSE);
pre_form          534 lib/strutil/strutilutf8.c         g_strlcpy (result, pre_form->text, sizeof (result));
pre_form          687 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          690 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, -1);
pre_form          692 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          697 lib/strutil/strutilutf8.c     if (pre_form->width <= (gsize) width)
pre_form          703 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
pre_form          706 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
pre_form          715 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - pre_form->width - tool.ident);
pre_form          724 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width + 1);
pre_form          726 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - (pre_form->width - tool.ident + 1));
pre_form          733 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
pre_form          736 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
pre_form          761 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          772 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, -1);
pre_form          774 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          779 lib/strutil/strutilutf8.c     if (width1 >= pre_form->width)
pre_form          794 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width1 + 3);
pre_form          839 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          842 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, -1);
pre_form          844 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          870 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          875 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, -1);
pre_form          877 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          882 lib/strutil/strutilutf8.c     if (pre_form->width <= width1)
pre_form          891 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width1 + 1);