Home
last modified time | relevance | path

Searched defs:MIN_VALUE (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Duniset.h363 MIN_VALUE = 0, enumerator
/third_party/icu/icu4c/source/common/unicode/
Duniset.h357 MIN_VALUE = 0, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duniset.h355 MIN_VALUE = 0, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duniset.h357 MIN_VALUE = 0, enumerator
/third_party/protobuf/js/experimental/runtime/
Dint64.js395 const MIN_VALUE = Int64.fromBits(0, 0x80000000); constant
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DDurations.java63 public static final Duration MIN_VALUE = field in Durations
DTimestamps.java69 public static final Timestamp MIN_VALUE = field in Timestamps
/third_party/icu/icu4c/source/common/
Dutrie2.cpp421 #define MIN_VALUE(a, b) ((a)<(b) ? (a) : (b)) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutrie2.cpp421 #define MIN_VALUE(a, b) ((a)<(b) ? (a) : (b)) macro
/third_party/node/deps/icu-small/source/common/
Dutrie2.cpp421 #define MIN_VALUE(a, b) ((a)<(b) ? (a) : (b)) macro
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2.cpp421 #define MIN_VALUE(a, b) ((a)<(b) ? (a) : (b)) macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java1255 …private static final com.ibm.icu.math.BigDecimal MIN_VALUE = com.ibm.icu.math.BigDecimal.valueOf(L… field in RuleBasedNumberFormat
DUnicodeSet.java323 public static final int MIN_VALUE = LOW; field in UnicodeSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedNumberFormat.java1228 …private static final ohos.global.icu.math.BigDecimal MIN_VALUE = ohos.global.icu.math.BigDecimal.v… field in RuleBasedNumberFormat
DUnicodeSet.java322 public static final int MIN_VALUE = LOW; field in UnicodeSet
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts482 MIN_VALUE: number; variable
/third_party/typescript/lib/
Dlib.es5.d.ts580 readonly MIN_VALUE: number; property
/third_party/typescript/src/lib/
Des5.d.ts560 readonly MIN_VALUE: number; property
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java3939 public static final int MIN_VALUE = Character.MIN_CODE_POINT; field in UCharacter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java3405 public static final int MIN_VALUE = Character.MIN_CODE_POINT; field in UCharacter
/third_party/typescript/tests/lib/
Dlib.d.ts509 MIN_VALUE: number; property