Searched refs:sep_int (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/text/Format/NumberFormat/ |
D | BigDecimalFormat.java | 55 static final String sep_int = field in BigDecimalFormat 140 to = sep_int + "." + fra; in test_Format_in_NumberFormat_BigDecimal() 153 to = "-" + sep_int + "." + fra; in test_Format_in_NumberFormat_BigDecimal() 164 to = sep_int + "," + sep_zero + "." + nonsep_zero + fra; in test_Format_in_NumberFormat_BigDecimal() 174 to = "-" + sep_int + "," + sep_zero + "." + nonsep_zero + fra; in test_Format_in_NumberFormat_BigDecimal() 184 to = sep_int + "," + sep_zero; in test_Format_in_NumberFormat_BigDecimal() 194 to = "-" + sep_int + "," + sep_zero; in test_Format_in_NumberFormat_BigDecimal() 204 to = sep_int + "," + sep_zero; in test_Format_in_NumberFormat_BigDecimal() 214 to = "-" + sep_int + "," + sep_zero; in test_Format_in_NumberFormat_BigDecimal() 290 to = sep_int + "." + fra; in test_Format_in_NumberFormat_BigDecimal() [all …]
|
D | BigDecimalParse.java | 61 static final String sep_int = field in BigDecimalParse 125 check("-" + sep_int + "." + fra, in test_Parse_in_DecimalFormat_BigDecimal() 288 check(sep_int + "," + sep_int, new BigDecimal(nonsep_int + nonsep_int)); in test_Parse_in_DecimalFormat_BigInteger() 296 check("-" + sep_zero + "," + sep_int, new BigDecimal("-" + nonsep_int)); in test_Parse_in_DecimalFormat_BigInteger()
|