Searched refs:instants (Results 1 – 2 of 2) sorted by relevance
47 Instant[] instants = new Instant[] { in test_of_ZoneOffset() local55 for (Instant instant : instants) { in test_of_ZoneOffset()
1972 void doTest_comparisons_Instant(Instant... instants) {1973 for (int i = 0; i < instants.length; i++) {1974 Instant a = instants[i];1975 for (int j = 0; j < instants.length; j++) {1976 Instant b = instants[j];