Searched refs:g_date_set_parse (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/tests/ |
D | date.c | 145 g_date_set_parse (d, buf); in test_parse() 151 g_date_set_parse (d, "2001 10 1"); in test_parse() 157 g_date_set_parse (d, "2001 10"); in test_parse() 160 g_date_set_parse (d, "2001 10 1 1"); in test_parse() 163 g_date_set_parse (d, "March 1999"); in test_parse() 169 g_date_set_parse (d, "10 Sep 1087"); in test_parse() 175 g_date_set_parse (d, "19990301"); in test_parse() 181 g_date_set_parse (d, "20011320"); in test_parse() 206 g_date_set_parse (d, strs[i]); in test_parse_invalid() 229 g_date_set_parse (&date, "04/07/2519"); in test_parse_locale_change() [all …]
|
/third_party/glib/tests/ |
D | testgdateparser.c | 56 g_date_set_parse(d, *s); in main() 78 g_date_set_parse(d, input); in main()
|
D | testgdate.c | 148 g_date_set_parse(d, buf); in main()
|
/third_party/glib/fuzzing/ |
D | fuzz_date_parse.c | 13 g_date_set_parse (date, (const gchar *) nul_terminated_data); in LLVMFuzzerTestOneInput()
|
/third_party/glib/glib/ |
D | gdate.h | 193 void g_date_set_parse (GDate *date,
|
D | gdate.c | 1227 g_date_set_parse (GDate *d, in g_date_set_parse() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1888 g_date_set_parse
|
/third_party/glib/ |
D | NEWS | 2218 - #1343 g_date_set_parse: Parses "September" in Polish incorrectly 12882 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
|