/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | StringTokenizerTest.java | 648 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestIndexOf() 650 int[] valid = {UnicodeSet.MIN_VALUE, UnicodeSet.MIN_VALUE+1, in TestIndexOf() 695 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int_int() 711 us.add(UnicodeSet.MIN_VALUE, invalid[i]); in TestAdd_int_int() 719 if(!(us.add(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE).equals(us))) in TestAdd_int_int() 721 + "the same object because start of value " + (UnicodeSet.MIN_VALUE+1) in TestAdd_int_int() 722 + " is greater than end of value " + UnicodeSet.MIN_VALUE); in TestAdd_int_int() 737 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int() 807 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestRetain_int_int() 823 us.retain(UnicodeSet.MIN_VALUE, invalid[i]); in TestRetain_int_int() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 645 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestIndexOf() 647 int[] valid = {UnicodeSet.MIN_VALUE, UnicodeSet.MIN_VALUE+1, in TestIndexOf() 692 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int_int() 708 us.add(UnicodeSet.MIN_VALUE, invalid[i]); in TestAdd_int_int() 716 if(!(us.add(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE).equals(us))) in TestAdd_int_int() 718 + "the same object because start of value " + (UnicodeSet.MIN_VALUE+1) in TestAdd_int_int() 719 + " is greater than end of value " + UnicodeSet.MIN_VALUE); in TestAdd_int_int() 734 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int() 805 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestRetain_int_int() 821 us.retain(UnicodeSet.MIN_VALUE, invalid[i]); in TestRetain_int_int() [all …]
|
/third_party/node/test/js-native-api/test_number/ |
D | test.js | 30 testNumber(Number.MIN_VALUE); 82 testInt32(-Number.MIN_VALUE, 0); 83 testInt32(Number.MIN_VALUE, 0); 120 testInt64(-Number.MIN_VALUE, 0); 121 testInt64(Number.MIN_VALUE, 0);
|
/third_party/jerryscript/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/ |
D | 15.07.03.03-004.js | 15 var b = Number.MIN_VALUE 16 Number.MIN_VALUE = 0 17 assert(Number.MIN_VALUE === b);
|
D | 15.07.03.03-002.js | 15 assert(Number.MIN_VALUE === 5e-324);
|
D | 15.07.03.03-005.js | 15 assert(!(delete Number.MIN_VALUE));
|
D | 15.07.03.03-003.js | 15 assert(Number.MIN_VALUE === 5e-324);
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DecodeUtf8Test.java | 31 for (int i = Byte.MIN_VALUE; i <= Byte.MAX_VALUE; i++) { in testOneByte() 44 for (int i = Byte.MIN_VALUE; i <= Byte.MAX_VALUE; i++) { in testTwoBytes() 45 for (int j = Byte.MIN_VALUE; j <= Byte.MAX_VALUE; j++) { in testTwoBytes() 62 for (int i = Byte.MIN_VALUE; i <= Byte.MAX_VALUE; i++) { in testThreeBytes() 63 for (int j = Byte.MIN_VALUE; j <= Byte.MAX_VALUE; j++) { in testThreeBytes() 64 for (int k = Byte.MIN_VALUE; k <= Byte.MAX_VALUE; k++) { in testThreeBytes()
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.06/11.06.03/ |
D | 11.06.03-013.js | 15 assert(!(Number.MIN_VALUE + -Number.MIN_VALUE !== +0))
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
D | UCharacterNameIterator.java | 150 if (start < UCharacter.MIN_VALUE) { in setRange() 151 m_start_ = UCharacter.MIN_VALUE; in setRange() 182 m_start_ = UCharacter.MIN_VALUE; in UCharacterNameIterator()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacterNameIterator.java | 150 if (start < UCharacter.MIN_VALUE) { in setRange() 151 m_start_ = UCharacter.MIN_VALUE; in setRange() 182 m_start_ = UCharacter.MIN_VALUE; in UCharacterNameIterator()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 132 tryIt(Integer.MIN_VALUE); in _testFormat() 134 tryIt((double)Integer.MIN_VALUE); in _testFormat() 136 tryIt(Integer.MIN_VALUE - 1.0); in _testFormat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 129 tryIt(Integer.MIN_VALUE); in _testFormat() 131 tryIt((double)Integer.MIN_VALUE); in _testFormat() 133 tryIt(Integer.MIN_VALUE - 1.0); in _testFormat()
|
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 86 if (filter.from != Long.MIN_VALUE || filter.to != Long.MAX_VALUE) { in collect() 127 long from = Long.MIN_VALUE; in collectRegion() 140 from = getDate(r.at("from"), Long.MIN_VALUE, false); in collectRegion()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 88 if (filter.from != Long.MIN_VALUE || filter.to != Long.MAX_VALUE) { in collect() 129 long from = Long.MIN_VALUE; in collectRegion() 142 from = getDate(r.at("from"), Long.MIN_VALUE, false); in collectRegion()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 323 public static final int MIN_VALUE = LOW; field in UnicodeSet 784 getRangeStart(0) == MIN_VALUE && in appendNewPattern() 1114 if (c < MIN_VALUE || c > MAX_VALUE) { in indexOf() 1190 if (start < MIN_VALUE || start > MAX_VALUE) { in add_unchecked() 1193 if (end < MIN_VALUE || end > MAX_VALUE) { in add_unchecked() 1267 if (c < MIN_VALUE || c > MAX_VALUE) { in add_unchecked() 1502 if (start < MIN_VALUE || start > MAX_VALUE) { in retain() 1505 if (end < MIN_VALUE || end > MAX_VALUE) { in retain() 1572 if (start < MIN_VALUE || start > MAX_VALUE) { in remove() 1575 if (end < MIN_VALUE || end > MAX_VALUE) { in remove() [all …]
|
D | CurrencyMetaInfo.java | 124 null, null, Long.MIN_VALUE, Long.MAX_VALUE, false); 268 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() 582 if (date == Long.MAX_VALUE || date == Long.MIN_VALUE) { in dateString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 322 public static final int MIN_VALUE = LOW; field in UnicodeSet 764 getRangeStart(0) == MIN_VALUE && in appendNewPattern() 1095 if (c < MIN_VALUE || c > MAX_VALUE) { in indexOf() 1168 if (start < MIN_VALUE || start > MAX_VALUE) { in add_unchecked() 1171 if (end < MIN_VALUE || end > MAX_VALUE) { in add_unchecked() 1244 if (c < MIN_VALUE || c > MAX_VALUE) { in add_unchecked() 1475 if (start < MIN_VALUE || start > MAX_VALUE) { in retain() 1478 if (end < MIN_VALUE || end > MAX_VALUE) { in retain() 1538 if (start < MIN_VALUE || start > MAX_VALUE) { in remove() 1541 if (end < MIN_VALUE || end > MAX_VALUE) { in remove() [all …]
|
D | CurrencyMetaInfo.java | 119 null, null, Long.MIN_VALUE, Long.MAX_VALUE, false); 250 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() 540 if (date == Long.MAX_VALUE || date == Long.MIN_VALUE) { in dateString()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UCharacterTest.java | 1132 for (int i = UCharacter.MIN_VALUE; i < UCharacter.MAX_VALUE; i ++) in TestNames() 1735 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1, in TestGetAge() 1738 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, in TestGetAge() 2944 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1, 2947 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 2974 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1, 2977 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 3032 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 3215 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 3218 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 1129 for (int i = UCharacter.MIN_VALUE; i < UCharacter.MAX_VALUE; i ++) in TestNames() 1732 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1, in TestGetAge() 1735 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, in TestGetAge() 2941 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1, 2944 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 2971 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1, 2974 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 3029 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 3212 UCharacter.MIN_VALUE-1, UCharacter.MIN_VALUE-2, 3215 UCharacter.MIN_VALUE, UCharacter.MIN_VALUE+1,
|
/third_party/protobuf/js/experimental/runtime/ |
D | int64.js | 21 return MIN_VALUE; 395 const MIN_VALUE = Int64.fromBits(0, 0x80000000); constant
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.05/11.05.02/ |
D | 11.05.02-088.js | 15 assert(Number.MIN_VALUE / 2 === 0)
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.05/11.05.01/ |
D | 11.05.01-088.js | 15 assert(Number.MIN_VALUE * (-0.5) === -0)
|
D | 11.05.01-089.js | 15 assert(0.1 * Number.MIN_VALUE === +0)
|