Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-date.h33 SOUP_DATE_ISO8601_FULL, enumerator
34 SOUP_DATE_ISO8601 = SOUP_DATE_ISO8601_FULL,
Dsoup-date.c643 case SOUP_DATE_ISO8601_FULL: in soup_date_to_string()
Dsoup-enum-types.c154 { C_ENUM(SOUP_DATE_ISO8601_FULL), "SOUP_DATE_ISO8601_FULL", "iso8601-full" }, in soup_date_format_get_type()
/third_party/libsoup/tests/
Ddate-test.c59 { SOUP_DATE_ISO8601_FULL, "2004-11-06T08:09:07", NULL },
364 str = soup_date_to_string (date, SOUP_DATE_ISO8601_FULL); in check_conversion()