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

/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h265 UBool isScientificNotation() const { return fUseScientific; } function in class:DecimalFormatImpl
H A Ddecimfmt.cpp1595 isScientificNotation()) { // .. it's an exponent format - ignore setting and parse anyways
2642 UBool DecimalFormat::isScientificNotation() const { function in class:DecimalFormat
2643 return fImpl->isScientificNotation();
2650 * @see #isScientificNotation
2664 * @see #isScientificNotation
2679 * @see #isScientificNotation
2695 * @see #isScientificNotation
2711 * @see #isScientificNotation
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h1520 virtual UBool isScientificNotation(void) const;
1530 * @see #isScientificNotation
1543 * @see #isScientificNotation
1557 * @see #isScientificNotation
1571 * @see #isScientificNotation
1586 * @see #isScientificNotation
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp307 // Added by Ken Liu testing set/isScientificNotation
309 UBool sn = pat.isScientificNotation();
310 logln((UnicodeString)"isScientificNotation (should be TRUE) is " + (UnicodeString) (sn ? "TRUE" : "FALSE"));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java1872 if (df.isScientificNotation()) {
1873 errln("FAIL: isScientificNotation = true, expect false");
1878 if (!df.isScientificNotation()) {
1879 errln("FAIL: isScientificNotation = false, expect true");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1871 if (df.isScientificNotation()) {
1872 errln("FAIL: isScientificNotation = true, expect false");
1877 if (!df.isScientificNotation()) {
1878 errln("FAIL: isScientificNotation = false, expect true");
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java3637 public boolean isScientificNotation() { method in class:DecimalFormat
3649 * @see #isScientificNotation
3664 * @see #isScientificNotation
3681 * @see #isScientificNotation
3700 * @see #isScientificNotation
3717 * @see #isScientificNotation
6135 if (roundingMode == BigDecimal.ROUND_HALF_EVEN || isScientificNotation()) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java3676 public boolean isScientificNotation() { method in class:DecimalFormat
3688 * @see #isScientificNotation
3704 * @see #isScientificNotation
3722 * @see #isScientificNotation
3742 * @see #isScientificNotation
3760 * @see #isScientificNotation
6240 if (roundingMode == BigDecimal.ROUND_HALF_EVEN || isScientificNotation()) {
/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 552 milliseconds