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

/external/icu4c/tools/tzcode/
H A Dlocaltime.c1582 struct tm mytm; local
1584 return asctime_r(localtime_r(timep, &mytm), buf);
1692 struct tm yourtm, mytm; local
1784 if ((*funcp)(&t, offset, &mytm) == NULL) {
1791 } else dir = tmcomp(&mytm, &yourtm);
1811 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst)
1833 if ((*funcp)(&newt, offset, &mytm) == NULL)
1835 if (tmcomp(&mytm, &yourtm) != 0)
1837 if (mytm.tm_isdst != yourtm.tm_isdst)

Completed in 67 milliseconds