/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | Notation.java | 21 private static final ScientificNotation ENGINEERING = new ScientificNotation(3, field in Notation 86 return ENGINEERING; in engineering()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | Notation.java | 22 private static final ScientificNotation ENGINEERING = new ScientificNotation(3, field in Notation 85 return ENGINEERING; in engineering()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | MathContext.java | 94 * @see #ENGINEERING 108 * @see #ENGINEERING 126 public static final int ENGINEERING=2; // 1-3 digits before . field in MathContext 256 * @see #ENGINEERING 451 }else if (setform==ENGINEERING){ in MathContext() 481 * {@link #ENGINEERING}, 541 * <code>ENGINEERING</code>). 574 else if (form==ENGINEERING) in toString() 575 formstr="ENGINEERING"; in toString()
|
H A D | BigDecimal.java | 373 * MathContext.ENGINEERING -- engineering notation required 2114 * {@link MathContext#SCIENTIFIC} or {@link MathContext#ENGINEERING}. If the latter, engineering, form is requested, 2136 * {@link MathContext#SCIENTIFIC} or {@link MathContext#ENGINEERING}). 2174 } else if (exformint == com.ibm.icu.math.MathContext.ENGINEERING) { in format() 3858 if (form == com.ibm.icu.math.MathContext.ENGINEERING) { in finish()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | MathContext.java | 94 * @see #ENGINEERING 107 * @see #ENGINEERING 123 public static final int ENGINEERING=2; // 1-3 digits before . field in MathContext 245 * @see #ENGINEERING 435 }else if (setform==ENGINEERING){ in MathContext() 464 * {@link #ENGINEERING}, 521 * <code>ENGINEERING</code>). 553 else if (form==ENGINEERING) in toString() 554 formstr="ENGINEERING"; in toString()
|
H A D | BigDecimal.java | 362 * MathContext.ENGINEERING -- engineering notation required 2061 * {@link MathContext#SCIENTIFIC} or {@link MathContext#ENGINEERING}. If the latter, engineering, form is requested, 2083 * {@link MathContext#SCIENTIFIC} or {@link MathContext#ENGINEERING}). 2120 } else if (exformint == ohos.global.icu.math.MathContext.ENGINEERING) { in format() 3783 if (form == ohos.global.icu.math.MathContext.ENGINEERING) { in finish()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 78 ENGINEERING, member in v8::internal::__anon14849::Notation 199 case Notation::ENGINEERING: in ToICUNotation() 507 return Notation::ENGINEERING; in NotationFromSkeleton() 524 case Notation::ENGINEERING: in NotationAsString() 1422 {Notation::STANDARD, Notation::SCIENTIFIC, Notation::ENGINEERING, in New()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPI.java | 307 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN); in testJB4971()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPI.java | 310 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN); in testJB4971()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 668 int forms[] = {MathContext.PLAIN, MathContext.ENGINEERING, MathContext.SCIENTIFIC};
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 667 int forms[] = {MathContext.PLAIN, MathContext.ENGINEERING, MathContext.SCIENTIFIC};
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 120 private static final ohos.global.icu.math.MathContext mce = new ohos.global.icu.math.MathContext(9, ohos.global.icu.math.MathContext.ENGINEERING); 3069 eng = ohos.global.icu.math.MathContext.ENGINEERING; in diagformat() 4391 TestFmwk.assertTrue("mcn003", (ohos.global.icu.math.MathContext.DEFAULT.getForm())!=ohos.global.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4411 mccon2=new ohos.global.icu.math.MathContext(78,ohos.global.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4413 TestFmwk.assertTrue("mcn032", (mccon2.getForm())==ohos.global.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4431 TestFmwk.assertTrue("mcn062", (mccon2.toString()).equals("digits=78 form=ENGINEERING lostDigits=0 roundingMode=ROUND_HALF_UP")); in diagmathcontext()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 117 private static final com.ibm.icu.math.MathContext mce = new com.ibm.icu.math.MathContext(9, com.ibm.icu.math.MathContext.ENGINEERING); 3066 eng = com.ibm.icu.math.MathContext.ENGINEERING; in diagformat() 4388 TestFmwk.assertTrue("mcn003", (com.ibm.icu.math.MathContext.DEFAULT.getForm())!=com.ibm.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4408 mccon2=new com.ibm.icu.math.MathContext(78,com.ibm.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4410 TestFmwk.assertTrue("mcn032", (mccon2.getForm())==com.ibm.icu.math.MathContext.ENGINEERING); in diagmathcontext() 4428 TestFmwk.assertTrue("mcn062", (mccon2.toString()).equals("digits=78 form=ENGINEERING lostDigits=0 roundingMode=ROUND_HALF_UP")); in diagmathcontext()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |