Searched refs:isParseIntegerOnly (Results 1 – 8 of 8) sorted by relevance
171 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()196 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()
487 … assertEquals(expectedNumberFormat.isParseIntegerOnly(), actualNumberFormat.isParseIntegerOnly()); in test_applyPatternLjava_lang_String()
80 assertFalse("Default value of isParseIntegerOnly is true", format.isParseIntegerOnly()); in test_parse_integerOnly()83 assertTrue(format.isParseIntegerOnly()); in test_parse_integerOnly()88 assertFalse(format.isParseIntegerOnly()); in test_parse_integerOnly()
38 assertTrue(format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()48 assertTrue(format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()62 assertTrue(format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()622 nf1.isParseIntegerOnly()); in test_isParseIntegerOnly()627 nf1.isParseIntegerOnly()); in test_isParseIntegerOnly()
2365 if (isParseIntegerOnly() && number.equals(new Double(-0.0))) { in parse()3045 public boolean isParseIntegerOnly() { in isParseIntegerOnly() method in DecimalFormat3046 return icuDecimalFormat.isParseIntegerOnly(); in isParseIntegerOnly()
392 public boolean isParseIntegerOnly() { in isParseIntegerOnly() method in NumberFormat
84 public boolean isParseIntegerOnly() { in isParseIntegerOnly() method in NumberFormat
70 public boolean isParseIntegerOnly() { throw new RuntimeException("Stub!"); } in isParseIntegerOnly() method in NumberFormat