Searched refs:g_date_strftime (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/glib/tests/ |
D | testgdateparser.c | 83 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()
|
D | date-test.c | 116 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()
|
D | testgdate.c | 123 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/ |
D | gdate.h | 240 gsize g_date_strftime (gchar *s,
|
D | galiasdef.c | 712 #undef g_date_strftime 713 extern __typeof (g_date_strftime) g_date_strftime __attribute((alias("IA__g_date_strftime"), visibi…
|
D | galias.h | 705 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/ |
D | glib-sections.txt | 1324 g_date_strftime
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-14 | 52 * glib/gdate.c (g_date_strftime): 1129 (g_date_strftime): On Windows use win32_strftime_helper()
|
D | NEWS | 1624 346197 g_date_strftime %F option doesnt work for win32 2740 * Fix up g_date_strftime [Daniel Elstner]
|
D | ChangeLog.pre-2-0 | 95 * 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/ |
D | ChangeLog | 1441 g_date_strftime(). (#346197)
|