Home
last modified time | relevance | path

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

/external/markdown/MarkdownTest/
DMarkdownTest.pl92 print "Benchmark: ", timestr($time_diff), "\n";
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm256 char timestr[20];
257 strftime(timestr, 20, "%Y-%m-%d %H:%M:%S", &timestruct);
258 printf("Date: %s GMT\n", timestr);
/external/google-breakpad/src/processor/
Dminidump.cc378 char timestr[20]; in TimeTToUTCString() local
379 int rv = strftime(timestr, 20, "%Y-%m-%d %H:%M:%S", &timestruct); in TimeTToUTCString()
384 return string(timestr); in TimeTToUTCString()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp2244 UnicodeString timestr; in writeZonePropsByTime() local
2245 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()