Home
last modified time | relevance | path

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

/third_party/tzdata/
H A Dasctime.c122 struct tm mytm; in ctime_r() local
123 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
H A Dlocaltime.c1973 struct tm yourtm, mytm; in time2sub() local
2059 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()
2066 } else dir = tmcomp(&mytm, &yourtm); in time2sub()
2087 if (mytm.TM_GMTOFF != yourtm.TM_GMTOFF in time2sub()
2090 && (mytm.TM_GMTOFF <= in time2sub()
2096 <= mytm.TM_GMTOFF)))) { in time2sub()
2102 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; in time2sub()
2106 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
2110 mytm = alttm; in time2sub()
2115 if (yourtm.tm_isdst < 0 || mytm in time2sub()
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1561 struct tm mytm; in ctime_r() local
1563 return asctime_r(localtime_r(timep, &mytm), buf); in ctime_r()
1685 struct tm yourtm, mytm; in time2sub() local
1772 if ((*funcp)(&t, offset, &mytm) == NULL) { in time2sub()
1779 } else dir = tmcomp(&mytm, &yourtm); in time2sub()
1799 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
1819 if ((*funcp)(&newt, offset, &mytm) == NULL) in time2sub()
1821 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
1823 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c1559 struct tm mytm; in ctime_r() local
1561 return asctime_r(localtime_r(timep, &mytm), buf); in ctime_r()
1683 struct tm yourtm, mytm; in time2sub() local
1770 if ((*funcp)(&t, offset, &mytm) == NULL) { in time2sub()
1777 } else dir = tmcomp(&mytm, &yourtm); in time2sub()
1797 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
1817 if ((*funcp)(&newt, offset, &mytm) == NULL) in time2sub()
1819 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
1821 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()

Completed in 8 milliseconds