Searched refs:isParseIntegerOnly (Results 1 – 6 of 6) sorted by relevance
197 fr->setParseIntegerOnly( def->isParseIntegerOnly() ); in testAPI()198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) { in testAPI()
171 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()193 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()
63 assertFalse(form.isParseIntegerOnly()); in test_isParseBigDecimalLjava_lang_Boolean_isParseIntegerOnlyLjava_lang_Boolean()
591 UBool isParseIntegerOnly(void) const;1039 NumberFormat::isParseIntegerOnly() const in isParseIntegerOnly() function
462 return df->isParseIntegerOnly(); in unum_getAttribute()
1674 if (digits->isZero() && !digits->isPositive() && isParseIntegerOnly()) { in parse()2065 if (isParseIntegerOnly() || sawDecimal) { in subparse()