Searched defs:mktime (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/xml/
H A DSkJS.cpp34 time_t mktime(struct tm *timeptr ) { function
/external/icu4c/tools/tzcode/
H A Dlocaltime.c1227 ** The unused offset argument is for the benefit of mktime variants.
1589 ** The "best" way to do mktime I think is based on an idea of Bob
1950 mktime(tmp) function
1964 return mktime(tmp);
1997 const time_t t = mktime(tmp);

Completed in 15 milliseconds