Searched refs:theDates (Results 1 – 1 of 1) sorted by relevance
244 private void testToString(String timeZone, long[] theDates, String[] theDateStrings) { in testToString() argument248 for (int i = 0; i < theDates.length; i++) { in testToString()250 Date theDate = new Date(theDates[i]); in testToString()