Searched refs:setParseIntegerOnly (Results 1 – 8 of 8) sorted by relevance
470 public void setParseIntegerOnly(boolean value) { in setParseIntegerOnly() method in NumberFormat994 numberFormat.setParseIntegerOnly(true); in getInstance()
3246 public void setParseIntegerOnly(boolean value) { in setParseIntegerOnly() method in DecimalFormat3247 super.setParseIntegerOnly(value); in setParseIntegerOnly()3248 icuDecimalFormat.setParseIntegerOnly(value); in setParseIntegerOnly()
623 nf1.setParseIntegerOnly(false); in test_isParseIntegerOnly()628 nf1.setParseIntegerOnly(true); in test_isParseIntegerOnly()636 nf1.setParseIntegerOnly(true); in test_setParseIntegerOnly()645 nf1.setParseIntegerOnly(false); in test_setParseIntegerOnly()
83 format.setParseIntegerOnly(true); in test_parse_integerOnly()88 format.setParseIntegerOnly(false); in test_parse_integerOnly()118 form.setParseIntegerOnly(true); in test_parse_returnType()144 form.setParseIntegerOnly(true); in test_parse_returnType()153 form.setParseIntegerOnly(true); in test_parse_returnType()161 form.setParseIntegerOnly(true); in test_parse_returnType()270 form.setParseIntegerOnly(true); in test_parse_returnType()281 form.setParseIntegerOnly(false); in test_parse_returnType()292 form.setParseIntegerOnly(true); in test_parse_returnType()368 form.setParseIntegerOnly(true); in test_parse_largeBigDecimal()
88 public void setParseIntegerOnly(boolean value) { in setParseIntegerOnly() method in NumberFormat
72 public void setParseIntegerOnly(boolean value) { throw new RuntimeException("Stub!"); } in setParseIntegerOnly() method in NumberFormat
575 ((DecimalFormat)formats[j]).setParseIntegerOnly(true); in test_Parse_in_MessageFormat_ParseIntegerOnly()
11295 method public void setParseIntegerOnly(boolean);