Home
last modified time | relevance | path

Searched refs:isParseIntegerOnly (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/test/intltest/
Dnmfmapts.cpp197 fr->setParseIntegerOnly( def->isParseIntegerOnly() ); in testAPI()
198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) { in testAPI()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DNumberFormatTest.java171 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()
193 format.isParseIntegerOnly()); in test_getIntegerInstanceLjava_util_Locale()
DDecimalFormatTest.java63 assertFalse(form.isParseIntegerOnly()); in test_isParseBigDecimalLjava_lang_Boolean_isParseIntegerOnlyLjava_lang_Boolean()
/external/icu4c/i18n/unicode/
Dnumfmt.h591 UBool isParseIntegerOnly(void) const;
1039 NumberFormat::isParseIntegerOnly() const in isParseIntegerOnly() function
/external/icu4c/i18n/
Dunum.cpp462 return df->isParseIntegerOnly(); in unum_getAttribute()
Ddecimfmt.cpp1674 if (digits->isZero() && !digits->isPositive() && isParseIntegerOnly()) { in parse()
2065 if (isParseIntegerOnly() || sawDecimal) { in subparse()