Searched defs:result1 (Results 1 – 4 of 4) sorted by relevance
163 StringBuilder result1 = new StringBuilder(); in toDecimalScaledString() local275 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint); in toDecimalScaledString() local375 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint); in toDecimalScaledString() local
618 public void test_compareDates(HijrahDate hdate, LocalDate ldate, int result1, int result2) { in test_compareDates()619 assertEquals(ldate.compareTo(hdate), result1); in test_compareDates() local
370 String result1 = formatter.format(date1); in assertDateEquals() local
614 String result1 = formatter.format(date1); in assertDateEquals() local