fixed            1079 lib/strutil/strutilutf8.c     GString *fixed;
fixed            1104 lib/strutil/strutilutf8.c     fixed = g_string_sized_new (4);
fixed            1112 lib/strutil/strutilutf8.c             g_string_append (fixed, tmp);
fixed            1115 lib/strutil/strutilutf8.c         g_string_append_c (fixed, end[0]);
fixed            1122 lib/strutil/strutilutf8.c         g_string_free (fixed, TRUE);
fixed            1129 lib/strutil/strutilutf8.c             g_string_append (fixed, tmp);
fixed            1132 lib/strutil/strutilutf8.c         result = g_string_free (fixed, FALSE);
fixed            1143 lib/strutil/strutilutf8.c     GString *fixed;
fixed            1149 lib/strutil/strutilutf8.c     fixed = g_string_sized_new (4);
fixed            1158 lib/strutil/strutilutf8.c             g_string_append (fixed, tmp);
fixed            1162 lib/strutil/strutilutf8.c         g_string_append_c (fixed, end[0]);
fixed            1171 lib/strutil/strutilutf8.c         g_string_free (fixed, TRUE);
fixed            1179 lib/strutil/strutilutf8.c             g_string_append (fixed, tmp);
fixed            1183 lib/strutil/strutilutf8.c         result = g_string_free (fixed, FALSE);
fixed            1358 lib/strutil/strutilutf8.c         GString *fixed;
fixed            1363 lib/strutil/strutilutf8.c         fixed = g_string_sized_new (16);
fixed            1370 lib/strutil/strutilutf8.c             g_string_append_c (fixed, '.');
fixed            1379 lib/strutil/strutilutf8.c                 g_string_append (fixed, key);
fixed            1383 lib/strutil/strutilutf8.c             g_string_append_c (fixed, end[0]);
fixed            1392 lib/strutil/strutilutf8.c             g_string_free (fixed, TRUE);
fixed            1398 lib/strutil/strutilutf8.c             g_string_append (fixed, key);
fixed            1401 lib/strutil/strutilutf8.c             result = g_string_free (fixed, FALSE);
fixed            1409 lib/strutil/strutilutf8.c                 g_string_append (fixed, key);
fixed            1413 lib/strutil/strutilutf8.c             result = g_string_free (fixed, FALSE);