Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Ddate.c145 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/
Dtestgdateparser.c56 g_date_set_parse(d, *s); in main()
78 g_date_set_parse(d, input); in main()
Dtestgdate.c148 g_date_set_parse(d, buf); in main()
/third_party/glib/fuzzing/
Dfuzz_date_parse.c13 g_date_set_parse (date, (const gchar *) nul_terminated_data); in LLVMFuzzerTestOneInput()
/third_party/glib/glib/
Dgdate.h193 void g_date_set_parse (GDate *date,
Dgdate.c1227 g_date_set_parse (GDate *d, in g_date_set_parse() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1888 g_date_set_parse
/third_party/glib/
DNEWS2218 - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
12882 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]