Searched refs:testZones (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.h | 58 static void testZones(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t);
|
D | ccaltst.c | 1268 testZones(1999, 1, 1, 12, 0, 0); in TestGMTvsLocal() 1269 testZones(1999, 4, 16, 18, 30, 0); in TestGMTvsLocal() 1270 testZones(1998, 12, 17, 19, 0, 0); in TestGMTvsLocal() 1275 static void testZones(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc) in testZones() function
|