Searched refs:tmcomp (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 174 static int tmcomp(const struct tm * atmp, 1653 tmcomp(register const struct tm *const atmp, in tmcomp() function 1779 } else dir = tmcomp(&mytm, &yourtm); in time2sub() 1821 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 172 static int tmcomp(const struct tm * atmp, 1651 tmcomp(register const struct tm *const atmp, in tmcomp() function 1777 } else dir = tmcomp(&mytm, &yourtm); in time2sub() 1819 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
|
/third_party/tzdata/ |
H A D | localtime.c | 1923 tmcomp(register const struct tm *const atmp, in tmcomp() function 2066 } else dir = tmcomp(&mytm, &yourtm); in time2sub() 2108 && tmcomp(&alttm, &yourtm) == 0) { in time2sub() 2137 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
|
Completed in 8 milliseconds