Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgdate.c2177 LPCWSTR lpFormat; in append_month_name() local
2202 lpFormat = abbreviated ? L"ddMMM" : L"ddMMMM"; in append_month_name()
2203 n = GetDateFormatW (lcid, 0, systemtime, lpFormat, NULL, 0); in append_month_name()
2208 if (GetDateFormatW (lcid, 0, systemtime, lpFormat, in append_month_name()