Searched refs:TestZones (Results 1 – 3 of 3) sorted by relevance
1384 String[] TestZones = { in TestT6216() local1406 for (int i = 0; i < TestZones.length; i++) { in TestT6216()1408 VTimeZone vtz = VTimeZone.create(new StringReader(TestZones[i])); in TestT6216()
1380 String[] TestZones = { in TestT6216() local1402 for (int i = 0; i < TestZones.length; i++) { in TestT6216()1404 VTimeZone vtz = VTimeZone.create(new StringReader(TestZones[i])); in TestT6216()
2090 /*static*/ const UnicodeString TestZones[] = { in TestT6216() local2129 for (i = 0; !TestZones[i].isEmpty(); i++) { in TestT6216()2130 VTimeZone *vtz = VTimeZone::createVTimeZone(TestZones[i], status); in TestT6216()