Searched refs:testDouble (Results 1 - 4 of 4) sorted by relevance
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | PluralRulesTest.java | 76 for (double[] testDouble : new double[][] { in testOverUnderflow() 84 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow() 85 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow() 86 assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.getDecimalDigits()); in testOverUnderflow() 87 assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.getVisibleDecimalDigitCount()); in testOverUnderflow() 88 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[ in testOverUnderflow() [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | PluralRulesTest.java | 83 for (double[] testDouble : new double[][] { in testOverUnderflow() 91 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow() 92 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow() 93 assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.getDecimalDigits()); in testOverUnderflow() 94 assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.getVisibleDecimalDigitCount()); in testOverUnderflow() 95 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[ in testOverUnderflow() [all...] |
| /third_party/protobuf/php/tests/ |
| H A D | ArrayTest.php | 333 public function testDouble() function
|
| H A D | MapFieldTest.php | 277 public function testDouble() { function
|
Completed in 4 milliseconds