Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstring.in.h84 GString* g_string_sized_new (gsize dfl_size);
Dgstring.c285 g_string_sized_new (gsize dfl_size) in g_string_sized_new() argument
293 g_string_maybe_expand (string, MAX (dfl_size, 2)); in g_string_sized_new()
/third_party/glib/glib/
Dgstring.h54 GString* g_string_sized_new (gsize dfl_size);
Dgstring.c119 g_string_sized_new (gsize dfl_size) in g_string_sized_new() argument
127 g_string_maybe_expand (string, MAX (dfl_size, 2)); in g_string_sized_new()