Searched defs:areSignificantDigitsUsed (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h266 UBool areSignificantDigitsUsed() const { return fUseSigDigits; } function in class:DecimalFormatImpl
H A Ddecimfmt.cpp2950 UBool DecimalFormat::areSignificantDigitsUsed() const { function in class:DecimalFormat
2951 return fImpl->areSignificantDigitsUsed();
3236 return areSignificantDigitsUsed();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java1396 public synchronized boolean areSignificantDigitsUsed() { method in class:DecimalFormat
H A DDecimalFormat_ICU58_Android.java442 * areSignificantDigitsUsed() returns false, then the minimum number of significant digits
446 * If areSignificantDigitsUsed() returns true, then the significant digit counts are
942 !areSignificantDigitsUsed());
1203 !areSignificantDigitsUsed());
1234 !areSignificantDigitsUsed());
1270 if (areSignificantDigitsUsed()) {
1433 boolean useSigDig = areSignificantDigitsUsed();
1638 boolean useSigDig = areSignificantDigitsUsed();
4480 boolean useSigDig = areSignificantDigitsUsed();
5218 * displayed. This value has no effect unless {@link #areSignificantDigitsUsed()}
5284 public boolean areSignificantDigitsUsed() { method in class:DecimalFormat_ICU58_Android
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java1483 public synchronized boolean areSignificantDigitsUsed() { method in class:DecimalFormat
H A DDecimalFormat_ICU58_Android.java441 * areSignificantDigitsUsed() returns false, then the minimum number of significant digits
445 * If areSignificantDigitsUsed() returns true, then the significant digit counts are
945 !areSignificantDigitsUsed());
1211 !areSignificantDigitsUsed());
1244 !areSignificantDigitsUsed());
1280 if (areSignificantDigitsUsed()) {
1443 boolean useSigDig = areSignificantDigitsUsed();
1648 boolean useSigDig = areSignificantDigitsUsed();
4545 boolean useSigDig = areSignificantDigitsUsed();
5289 * displayed. This value has no effect unless {@link #areSignificantDigitsUsed()}
5360 public boolean areSignificantDigitsUsed() { method in class:DecimalFormat_ICU58_Android
[all...]

Completed in 899 milliseconds