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, (size_t) (-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, (size_t) (-1));
pre_form          691 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          696 lib/strutil/strutilutf8.c     if (pre_form->width <= (gsize) width)
pre_form          702 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
pre_form          705 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
pre_form          714 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - pre_form->width - tool.ident);
pre_form          723 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width + 1);
pre_form          725 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - (pre_form->width - tool.ident + 1));
pre_form          732 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
pre_form          735 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
pre_form          760 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          769 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          771 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          776 lib/strutil/strutilutf8.c     if ((gsize) width >= pre_form->width)
pre_form          791 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width + 3);
pre_form          837 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          840 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          842 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          868 lib/strutil/strutilutf8.c     const struct term_form *pre_form;
pre_form          871 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
pre_form          873 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
pre_form          878 lib/strutil/strutilutf8.c     if (pre_form->width <= (gsize) width)
pre_form          887 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width + 1);