Searched refs:areSignificantDigitsUsed (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h266 UBool areSignificantDigitsUsed() const { return fUseSigDigits; } function in class:DecimalFormatImpl
H A Ddecimfmt.cpp2947 UBool DecimalFormat::areSignificantDigitsUsed() const { function in class:DecimalFormat
2948 return fImpl->areSignificantDigitsUsed();
3233 return areSignificantDigitsUsed();
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h479 * follows: If areSignificantDigitsUsed() returns false, then the
485 * areSignificantDigitsUsed() returns true, then the significant digit
1892 * displayed. This value has no effect unless areSignificantDigitsUsed()
1901 * displayed. This value has no effect unless areSignificantDigitsUsed()
1914 * by this formatter - areSignificantDigitsUsed() will return TRUE.
1915 * @see #areSignificantDigitsUsed
1927 * by this formatter - areSignificantDigitsUsed() will return TRUE.
1928 * @see #areSignificantDigitsUsed
1940 UBool areSignificantDigitsUsed() const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java434 * areSignificantDigitsUsed() returns false, then the minimum number of significant digits
438 * If areSignificantDigitsUsed() returns true, then the significant digit counts are
927 !areSignificantDigitsUsed());
1188 !areSignificantDigitsUsed());
1219 !areSignificantDigitsUsed());
1255 if (areSignificantDigitsUsed()) {
1418 boolean useSigDig = areSignificantDigitsUsed();
1623 boolean useSigDig = areSignificantDigitsUsed();
4465 boolean useSigDig = areSignificantDigitsUsed();
5203 * displayed. This value has no effect unless {@link #areSignificantDigitsUsed()}
5269 public boolean areSignificantDigitsUsed() { method in class:DecimalFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java433 * areSignificantDigitsUsed() returns false, then the minimum number of significant digits
437 * If areSignificantDigitsUsed() returns true, then the significant digit counts are
932 !areSignificantDigitsUsed());
1198 !areSignificantDigitsUsed());
1231 !areSignificantDigitsUsed());
1267 if (areSignificantDigitsUsed()) {
1430 boolean useSigDig = areSignificantDigitsUsed();
1635 boolean useSigDig = areSignificantDigitsUsed();
4532 boolean useSigDig = areSignificantDigitsUsed();
5276 * displayed. This value has no effect unless {@link #areSignificantDigitsUsed()}
5347 public boolean areSignificantDigitsUsed() { method in class:DecimalFormat
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java4073 assertFalse("", numberFormat.areSignificantDigitsUsed());
4076 assertTrue("", numberFormat.areSignificantDigitsUsed());
4079 assertFalse("", numberFormat.areSignificantDigitsUsed());
4082 assertTrue("", numberFormat.areSignificantDigitsUsed());
4086 assertTrue("", numberFormat.areSignificantDigitsUsed());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java4072 assertFalse("", numberFormat.areSignificantDigitsUsed());
4075 assertTrue("", numberFormat.areSignificantDigitsUsed());
4078 assertFalse("", numberFormat.areSignificantDigitsUsed());
4081 assertTrue("", numberFormat.areSignificantDigitsUsed());
4085 assertTrue("", numberFormat.areSignificantDigitsUsed());
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp7598 if (numberFormat->areSignificantDigitsUsed() == TRUE) {
7599 errln("File %s, Line %d: areSignificantDigitsUsed() was TRUE, expected FALSE.\n", __FILE__, __LINE__);
7602 if (numberFormat->areSignificantDigitsUsed() == FALSE) {
7603 errln("File %s, Line %d: areSignificantDigitsUsed() was FALSE, expected TRUE.\n", __FILE__, __LINE__);
7607 if (numberFormat->areSignificantDigitsUsed() == TRUE) {
7608 errln("File %s, Line %d: areSignificantDigitsUsed() was TRUE, expected FALSE.\n", __FILE__, __LINE__);
7612 if (numberFormat->areSignificantDigitsUsed() == FALSE) {
7613 errln("File %s, Line %d: areSignificantDigitsUsed() was FALSE, expected TRUE.\n", __FILE__, __LINE__);
7618 if (numberFormat->areSignificantDigitsUsed() == FALSE) {
7619 errln("File %s, Line %d: areSignificantDigitsUsed() wa
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 546 milliseconds