Home
last modified time | relevance | path

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

/external/icu4c/common/
Dputil.c236 struct timeval posixTime; in getUTCtime_real() local
237 gettimeofday(&posixTime, NULL); in getUTCtime_real()
238 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in getUTCtime_real()
320 struct timeval posixTime; in uprv_getRawUTCtime()
321 gettimeofday(&posixTime, NULL); in uprv_getRawUTCtime()
322 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in uprv_getRawUTCtime()