Searched refs:tmcomp (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
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/skia/third_party/externals/icu/source/tools/tzcode/ |
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/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
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/ |
D | localtime.c | 1928 tmcomp(register const struct tm *const atmp, in tmcomp() function 2048 } else dir = tmcomp(&mytm, &yourtm); in time2sub() 2090 && tmcomp(&alttm, &yourtm) == 0) { in time2sub() 2119 if (tmcomp(&mytm, &yourtm) != 0) in time2sub()
|