Searched refs:setScientificNotation (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h258 void setScientificNotation(UBool newValue);
H A Ddecimfmt.cpp2639 * @see #setScientificNotation
2659 void DecimalFormat::setScientificNotation(UBool useScientific) { function in class:DecimalFormat
2660 fImpl->setScientificNotation(useScientific);
2666 * @see #setScientificNotation
2681 * @see #setScientificNotation
2697 * @see #setScientificNotation
2713 * @see #setScientificNotation
H A Ddecimfmtimpl.cpp651 DecimalFormatImpl::setScientificNotation(UBool newValue) { function in class:DecimalFormatImpl
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h1491 * @see #setScientificNotation
1515 virtual void setScientificNotation(UBool useScientific);
1520 * @see #setScientificNotation
1534 * @see #setScientificNotation
1548 * @see #setScientificNotation
1563 * @see #setScientificNotation
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java575 setScientificNotation(fieldGetter.get("useExponentialNotation", false));
1590 * @see #setScientificNotation
1602 * <p>Calling <code>df.setScientificNotation(true)</code> is functionally equivalent to calling
1608 public synchronized void setScientificNotation(boolean useScientific) { method in class:DecimalFormat
H A DDecimalFormat_ICU58_Android.java3646 * @see #setScientificNotation
3670 public void setScientificNotation(boolean useScientific) { method in class:DecimalFormat_ICU58_Android
3678 * @see #setScientificNotation
3695 * @see #setScientificNotation
3714 * @see #setScientificNotation
3731 * @see #setScientificNotation
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java582 setScientificNotation(fieldGetter.get("useExponentialNotation", false));
1699 * @see #setScientificNotation
1713 * <p>Calling <code>df.setScientificNotation(true)</code> is functionally equivalent to calling
1721 public synchronized void setScientificNotation(boolean useScientific) { method in class:DecimalFormat
H A DDecimalFormat_ICU58_Android.java3682 * @see #setScientificNotation
3708 public void setScientificNotation(boolean useScientific) { method in class:DecimalFormat_ICU58_Android
3716 * @see #setScientificNotation
3734 * @see #setScientificNotation
3754 * @see #setScientificNotation
3772 * @see #setScientificNotation
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp308 pat.setScientificNotation(TRUE);
312 errln((UnicodeString)"ERROR: setScientificNotation() failed");
H A Dnumfmtst.cpp189 fmt.setScientificNotation(tuple.useScientific != 0);
960 fmt->setScientificNotation(TRUE);
962 fmt->setScientificNotation(FALSE);
8461 fmt.setScientificNotation(TRUE);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java1490 fmt.setScientificNotation(true);
1492 fmt.setScientificNotation(false);
1580 df.setScientificNotation(true);
5050 df.setScientificNotation(true);
5271 df.setScientificNotation(true);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1487 fmt.setScientificNotation(true);
1489 fmt.setScientificNotation(false);
1577 df.setScientificNotation(true);
5047 df.setScientificNotation(true);
5268 df.setScientificNotation(true);

Completed in 703 milliseconds