Searched refs:parseTime (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DTimeInputType.cpp93 return out->parseTime(characters, length, 0, end) && end == length;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.h111 bool parseTime(const UChar* src, unsigned length, unsigned start, unsigned& end);
H A DDateComponents.cpp405 bool DateComponents::parseTime(const UChar* src, unsigned length, unsigned start, unsigned& end) function in class:WebCore::DateComponents
471 if (!parseTime(src, length, index, end))
490 if (!parseTime(src, length, index, index))
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dclock.tcl1375 lassign $result parseDate parseTime parseZone parseRel \
1395 if { $parseTime eq {} } {
1396 set parseTime 0
1417 if { $parseTime ne {} } {
1418 dict set date secondOfDay $parseTime

Completed in 122 milliseconds