pre_form          519 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          521 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          522 lib/strutil/strutilutf8.c     if (pre_form->compose)
pre_form          526 lib/strutil/strutilutf8.c         composed = g_utf8_normalize (pre_form->text, -1, G_NORMALIZE_DEFAULT_COMPOSE);
pre_form          531 lib/strutil/strutilutf8.c         g_strlcpy (result, pre_form->text, sizeof (result));
pre_form          684 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          687 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          688 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          693 lib/strutil/strutilutf8.c     if (pre_form->width <= (gsize) width)
pre_form          699 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
pre_form          702 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
pre_form          711 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - pre_form->width - tool.ident);
pre_form          720 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width + 1);
pre_form          722 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - (pre_form->width - tool.ident + 1));
pre_form          729 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
pre_form          732 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
pre_form          757 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          766 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          768 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          773 lib/strutil/strutilutf8.c     if ((gsize) width >= pre_form->width)
pre_form          788 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width + 3);
pre_form          834 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          837 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          839 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          865 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          868 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          870 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          875 lib/strutil/strutilutf8.c     if (pre_form->width <= (gsize) width)
pre_form          884 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width + 1);