Home
last modified time | relevance | path

Searched refs:setDecimalSeparatorAlwaysShown (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/test/intltest/
Dpptest.cpp190 fmt->setDecimalSeparatorAlwaysShown(TRUE); in TestFieldPosition_example()
Dtfsmalls.cpp95 fmt->setDecimalSeparatorAlwaysShown(TRUE); in test_FieldPosition_example()
Ddcfmapts.cpp248 pat.setDecimalSeparatorAlwaysShown(TRUE); in testAPI()
/external/icu4c/i18n/unicode/
Ddecimfmt.h1683 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
/external/icu4c/i18n/
Ddecimfmt.cpp3689 DecimalFormat::setDecimalSeparatorAlwaysShown(UBool newValue) in setDecimalSeparatorAlwaysShown() function in DecimalFormat
4909 setDecimalSeparatorAlwaysShown(decimalPos == 0 in applyPatternWithoutExpandAffix()
4996 setDecimalSeparatorAlwaysShown(FALSE); in applyPatternWithoutExpandAffix()
5398 setDecimalSeparatorAlwaysShown(newValue!=0); in setAttribute()
Dsmpdtfmt.cpp759 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in initialize()
1108 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in processOverrideString()
Dmsgfmt.cpp1669 temp2->setDecimalSeparatorAlwaysShown(FALSE); in createIntegerFormat()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDecimalFormatTest.java1391 df.setDecimalSeparatorAlwaysShown(true); in test_setDecimalSeparatorAlwaysShownZ()