Searched refs:millisecond (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.cpp167 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int second, int millisecond) argument
180 return !hour && !minute && !second && !millisecond;
285 // Parses a timezone part, and adjust year, month, monthDay, hour, minute, second, millisecond.
424 int millisecond = 0; local
438 ok = toInt(src, length, index, 1, millisecond);
439 millisecond *= 100;
441 ok = toInt(src, length, index, 2, millisecond);
442 millisecond *= 10;
444 ok = toInt(src, length, index, 3, millisecond);
454 m_millisecond = millisecond;
[all...]
H A DDateComponents.h44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
71 int millisecond() const { return m_millisecond; } function in class:WebCore::DateComponents
82 None, // Suppress the second part and the millisecond part if they are 0.
83 Second, // Always show the second part, and suppress the millisecond part if it is 0.
84 Millisecond // Always show the second part and the millisecond part.
110 // Sets hour, minute, second and millisecond.
112 // Sets year, month, monthDay, hour, minute, second and millisecond.
114 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DPlatformLocale.cpp157 if (!m_date.millisecond())
160 double second = m_date.second() + m_date.millisecond() / 1000.0;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DDateFormat.pm360 S millisecond (Number) 978
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dversionvfs.tcl66 list: 1) the unique millisecond-level timestamp of the version, 2) a human-readable date string
491 # create new version tag with millisecond-scale timestamp and curernt project tags:

Completed in 134 milliseconds