Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dtestgdateparser.c83 g_date_strftime(buf,100," parsed `%x' (%B %d %Y)\n", in main()
103 g_date_strftime(buf,100,"Parsed: `%x' (%B %d %Y)\n", in main()
Ddate-test.c116 g_date_strftime(buf,100,"Today is a %A, %x\n", d); in main()
122 g_date_strftime(buf,100,"1 second into the Unix epoch it was a %A, in the month of %B, %x\n", d); in main()
128 g_date_strftime(buf,100,"Our \"Julian\" epoch begins on a %A, in the month of %B, %x\n", in main()
134 g_date_strftime(buf,100,"%x", d); in main()
Dtestgdate.c123 g_date_strftime(buf,100,"Today is a %A, %x\n", d); in main()
129 g_date_strftime(buf,100,"1 second into the Unix epoch it was a %A, in the month of %B, %x\n", d); in main()
135 g_date_strftime(buf,100,"Our \"Julian\" epoch begins on a %A, in the month of %B, %x\n", in main()
141 g_date_strftime(buf,100,"%x", d); in main()
/external/bluetooth/glib/glib/
Dgdate.h240 gsize g_date_strftime (gchar *s,
Dgaliasdef.c712 #undef g_date_strftime
713 extern __typeof (g_date_strftime) g_date_strftime __attribute((alias("IA__g_date_strftime"), visibi…
Dgalias.h705 extern __typeof (g_date_strftime) IA__g_date_strftime __attribute((visibility("hidden")));
706 #define g_date_strftime IA__g_date_strftime macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1324 g_date_strftime
/external/bluetooth/glib/
DChangeLog.pre-2-1452 * glib/gdate.c (g_date_strftime):
1129 (g_date_strftime): On Windows use win32_strftime_helper()
DNEWS1624 346197 g_date_strftime %F option doesnt work for win32
2740 * Fix up g_date_strftime [Daniel Elstner]
DChangeLog.pre-2-095 * glib/gdate.c (g_date_strftime): Remove the shortcut
2516 * glib/gdate.c (g_date_strftime) docs/Changes-2.0.txt:
2808 (g_date_strftime): Changed GDate argument to be const.
/external/bluetooth/glib/docs/reference/
DChangeLog1441 g_date_strftime(). (#346197)