Home
last modified time | relevance | path

Searched refs:parsedate (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/lib/
H A Dparsedate.c85 #include "parsedate.h"
88 * parsedate()
98 static int parsedate(const char *date, time_t *output);
344 * parsedate()
357 static int parsedate(const char *date, time_t *output) in parsedate() function
574 static int parsedate(const char *date, time_t *output) in parsedate() function
585 int rc = parsedate(p, &parsed); in curl_getdate()
605 int rc = parsedate(p, &parsed); in Curl_getdate_capped()
/third_party/python/Lib/email/
H A Dutils.py19 'parsedate',
37 from email._parseaddr import parsedate, parsedate_tz, _parsedate_tz namespace
H A D_parseaddr.py11 'parsedate',
182 def parsedate(data): function
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp2062 UDate parsedate = fmt.parse(ctou(string), ec); in expect()
2066 univ.format(parsedate, str2.remove())); in expect()
2076 UDate parsedate = fmt.parse(ctou(string), ec); in expect()
2080 univ.format(parsedate, str2.remove())); in expect()
2098 UDate parsedate = fmt.parse(string, ec); in expect() local
2102 univ.format(parsedate, str2.remove())); in expect()
4042 UDate parsedate = sdf.parse(expected,status); in TestFormalChineseDate() local
4043 if ( parsedate != thedate ) { in TestFormalChineseDate()
4047 usf.format(parsedate,parsedres,pos); in TestFormalChineseDate()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java3341 Date parsedate = fmt.parse(string); in expect()
3344 univ.format(parsedate)); in expect()
3368 Date parsedate = fmt.parse(string); in expect()
3371 univ.format(parsedate)); in expect()
4038 Date parsedate = sdf.parse(expected, pp); in TestFormalChineseDate()
4039 long time1 = parsedate.getTime(); in TestFormalChineseDate()
4042 errln("FAIL: parsed -> " + parsedate.toString() + " expected -> " + cal.toString()); in TestFormalChineseDate()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java3438 Date parsedate = fmt.parse(string); in expect()
3441 univ.format(parsedate)); in expect()
3465 Date parsedate = fmt.parse(string); in expect()
3468 univ.format(parsedate)); in expect()
4135 Date parsedate = sdf.parse(expected, pp); in TestFormalChineseDate()
4136 long time1 = parsedate.getTime(); in TestFormalChineseDate()
4139 errln("FAIL: parsed -> " + parsedate.toString() + " expected -> " + cal.toString()); in TestFormalChineseDate()
/third_party/python/Lib/test/test_email/
H A Dtest_email.py3031 self.assertEqual(utils.parsedate(utils.formatdate(now))[:6],
3037 utils.parsedate(utils.formatdate(now, localtime=True))[:6],
3049 # parsedate and parsedate_tz will become deprecated interfaces someday
3066 self.assertIsNone(utils.parsedate(dtstr))
3069 self.assertIsNone(utils.parsedate(None))
3121 timetup = utils.parsedate('5 Feb 2003 13:47:26 -0800')

Completed in 36 milliseconds