Searched refs:result1 (Results 1 – 4 of 4) sorted by relevance
163 StringBuilder result1 = new StringBuilder(); in toDecimalScaledString() local165 result1.append("0E+"); in toDecimalScaledString()167 result1.append("0E"); in toDecimalScaledString()169 result1.append(-scale); in toDecimalScaledString()170 return result1.toString(); in toDecimalScaledString()275 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint); in toDecimalScaledString() local277 result1.append('-'); in toDecimalScaledString()280 result1.append(result[currentChar]); in toDecimalScaledString()281 result1.append('.'); in toDecimalScaledString()282 result1.append(result, currentChar + 1, resLengthInChars in toDecimalScaledString()[all …]
365 String result1 = formatter.format(date1); in assertDateEquals() local368 assertEquals(result1, result2); in assertDateEquals()
608 String result1 = formatter.format(date1); in assertDateEquals() local611 assertEquals(result1, result2); in assertDateEquals()
618 public void test_compareDates(HijrahDate hdate, LocalDate ldate, int result1, int result2) { in test_compareDates() argument619 assertEquals(ldate.compareTo(hdate), result1); in test_compareDates() local