Searched refs:convlen (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/glib/ |
D | gdate.c | 2241 glong convlen = 0; in win32_strftime_helper() local 2575 convbuf = g_utf16_to_utf8 ((wchar_t *) result->data, result->len, NULL, &convlen, NULL); in win32_strftime_helper() 2584 if (slen <= convlen) in win32_strftime_helper() 2589 convlen = end - convbuf; in win32_strftime_helper() 2595 retval = convlen; in win32_strftime_helper() 2597 memcpy (s, convbuf, convlen); in win32_strftime_helper() 2598 s[convlen] = '\0'; in win32_strftime_helper() 2645 gsize convlen = 0; in g_date_strftime() local 2708 convbuf = g_locale_to_utf8 (tmpbuf, tmplen, NULL, &convlen, &error); in g_date_strftime() 2720 if (slen <= convlen) in g_date_strftime() [all …]
|