HomeSort by relevance Sort by last modified time
    Searched full:tmrec (Results 1 - 1 of 1) sorted by null

  /external/icu4c/common/
putil.cpp 310 struct tm tmrec; local
312 uprv_memset( &tmrec, 0, sizeof(tmrec) );
313 tmrec.tm_year = 70;
314 tmrec.tm_mon = 0;
315 tmrec.tm_mday = 1;
316 t1 = mktime(&tmrec); /* seconds of 1/1/1970*/
319 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) );
320 t2 = mktime(&tmrec); /* seconds of current GMT*
    [all...]

Completed in 27 milliseconds