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

/macosx-10.9.5/ICU-511.35/icuSources/test/threadtest/
H A Dthreadtest.cpp132 timeb aTime; local
133 ftime(&aTime);
134 return (unsigned long)(aTime.time*1000 + aTime.millitm);
/macosx-10.9.5/ruby-104/ruby/lib/xmlrpc/
H A Dhttpserver.rb115 def http_date( aTime ) # :doc:
116 aTime.gmtime.strftime( "%a, %d %b %Y %H:%M:%S GMT" )
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dastro.cpp292 * @param aTime the date and time, expressed as the number of milliseconds since
300 void CalendarAstronomer::setTime(UDate aTime) { argument
301 fTime = aTime;
302 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset)));
H A Dastro.h331 * @param aTime the date and time, expressed as the number of milliseconds since
338 void setTime(UDate aTime);
345 * @param aTime the date and time, expressed as the number of milliseconds since

Completed in 123 milliseconds