Searched refs:isParseIntegerOnly (Results 1 – 9 of 9) sorted by relevance
171 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()196 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()
488 … assertEquals(expectedNumberFormat.isParseIntegerOnly(), actualNumberFormat.isParseIntegerOnly()); in test_applyPatternLjava_lang_String()
81 assertFalse("Default value of isParseIntegerOnly is true", format.isParseIntegerOnly()); in test_parse_integerOnly()84 assertTrue(format.isParseIntegerOnly()); in test_parse_integerOnly()89 assertFalse(format.isParseIntegerOnly()); in test_parse_integerOnly()
41 assertTrue(format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()51 assertTrue(format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()65 assertTrue(format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()626 nf1.isParseIntegerOnly()); in test_isParseIntegerOnly()631 nf1.isParseIntegerOnly()); in test_isParseIntegerOnly()
2516 if (isParseIntegerOnly() && number.equals(new Double(-0.0))) { in parse()3238 public boolean isParseIntegerOnly() { in isParseIntegerOnly() method in DecimalFormat3239 return icuDecimalFormat.isParseIntegerOnly(); in isParseIntegerOnly()
459 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
11285 method public boolean isParseIntegerOnly();