Home
last modified time | relevance | path

Searched refs:testZones (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.h58 static void testZones(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t);
Dccaltst.c1268 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