Searched refs:TestZones (Results 1 – 4 of 4) sorted by relevance
1401 String[] TestZones = { in TestT6216() local1423 for (int i = 0; i < TestZones.length; i++) { in TestT6216()1425 VTimeZone vtz = VTimeZone.create(new StringReader(TestZones[i])); in TestT6216()
1398 String[] TestZones = { in TestT6216() local1420 for (int i = 0; i < TestZones.length; i++) { in TestT6216()1422 VTimeZone vtz = VTimeZone.create(new StringReader(TestZones[i])); in TestT6216()
2093 /*static*/ const UnicodeString TestZones[] = { in TestT6216() local2132 for (i = 0; !TestZones[i].isEmpty(); i++) { in TestT6216()2133 VTimeZone *vtz = VTimeZone::createVTimeZone(TestZones[i], status); in TestT6216()
1107 public void TestZones() { in TestZones() method