Home
last modified time | relevance | path

Searched defs:maxInt (Results 1 – 25 of 49) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DIntegerWidth.java21 final int maxInt; field in IntegerWidth
23 private IntegerWidth(int minInt, int maxInt) { in IntegerWidth()
67 public IntegerWidth truncateAt(int maxInt) { in truncateAt()
DNumberPropertyMapper.java131 int maxInt = properties.getMaximumIntegerDigits(); in oldToNew() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DIntegerWidth.java22 final int maxInt; field in IntegerWidth
24 private IntegerWidth(int minInt, int maxInt) { in IntegerWidth()
66 public IntegerWidth truncateAt(int maxInt) { in truncateAt()
DNumberPropertyMapper.java132 int maxInt = properties.getMaximumIntegerDigits(); in oldToNew() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth()
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt()
Dnumber_mapper.h219 int8_t maxInt; member
Dnumber_mapper.cpp88 int32_t maxInt = properties.maximumIntegerDigits; in oldToNew() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth()
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt()
Dnumber_mapper.h214 int8_t maxInt; member
Dnumber_mapper.cpp88 int32_t maxInt = properties.maximumIntegerDigits; in oldToNew() local
/third_party/icu/icu4c/source/i18n/
Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth()
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt()
Dnumber_mapper.h219 int8_t maxInt; member
Dnumber_mapper.cpp88 int32_t maxInt = properties.maximumIntegerDigits; in oldToNew() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp195 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
214 const int maxInt = m_precision == glu::PRECISION_LOWP ? 64 : 1024; in iterate() local
233 const deUint32 maxInt = m_precision == glu::PRECISION_LOWP ? 128 : 1024; in iterate() local
269 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
/third_party/skia/tests/
DFloatingPointTextureTest.cpp32 T min, T max, T epsilon, T maxInt, in runFPTest()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity.java57 public void applyMaxInteger(int maxInt); in applyMaxInteger()
DPatternStringUtils.java93 int maxInt = Math.min(properties.getMaximumIntegerDigits(), dosMax); in propertiesToPatternString() local
DDecimalQuantity_AbstractBCD.java146 public void applyMaxInteger(int maxInt) { in applyMaxInteger()
148 assert maxInt >= 0; in applyMaxInteger() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java55 public void applyMaxInteger(int maxInt); in applyMaxInteger()
DPatternStringUtils.java88 int maxInt = Math.min(properties.getMaximumIntegerDigits(), dosMax); in propertiesToPatternString() local
DDecimalQuantity_AbstractBCD.java144 public void applyMaxInteger(int maxInt) { in applyMaxInteger()
146 assert maxInt >= 0; in applyMaxInteger() local
/third_party/node/deps/icu-small/source/common/
Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local
/third_party/icu/icu4c/source/common/
Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local
/third_party/skia/third_party/externals/icu/source/common/
Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local
/third_party/node/lib/
Dpunycode.js14 const maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 constant

12