Home
last modified time | relevance | path

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

123

/external/icu/android_icu4j/src/main/java/android/icu/number/
DIntegerWidth.java21 final int maxInt; field in IntegerWidth
23 private IntegerWidth(int minInt, int maxInt) { in IntegerWidth()
65 public IntegerWidth truncateAt(int maxInt) { in truncateAt()
DNumberPropertyMapper.java132 int maxInt = properties.getMaximumIntegerDigits(); in oldToNew() local
/external/icu/icu4j/main/core/src/main/java/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
/external/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.h217 int8_t maxInt; member
/external/cronet/tot/third_party/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.h219 int8_t maxInt; member
/external/cronet/stable/third_party/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.h219 int8_t maxInt; member
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp196 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
219 const int maxInt = m_precision == glu::PRECISION_LOWP ? 64 : 1024; in iterate() local
242 const uint32_t maxInt = m_precision == glu::PRECISION_LOWP ? 128 : 1024; in iterate() local
286 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
/external/tink/go/aead/subtle/
Dsubtle.go24 maxInt = 1<<(intSize-1) - 1 const
/external/tink/go/internal/aead/
Daes_gcm_insecure_iv.go35 maxInt = 1<<(intSize-1) - 1 const
/external/tink/go/mac/
Dmac_factory.go34 maxInt = 1<<(intSize-1) - 1 const
/external/tink/go/daead/subtle/
Daes_siv.go67 maxInt = 1<<(intSize-1) - 1 const
/external/skia/tests/
DFloatingPointTextureTest.cpp45 T min, T max, T epsilon, T maxInt, in runFPTest()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity.java57 public void applyMaxInteger(int maxInt); in applyMaxInteger()
DPatternStringUtils.java93 int maxInt = Math.min(properties.getMaximumIntegerDigits(), dosMax); in propertiesToPatternString() local
/external/icu/icu4j/main/core/src/main/java/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
/external/cronet/stable/third_party/icu/source/common/
Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local
/external/icu/libicu/cts_headers/
Dputilimp.h550 uintptr_t maxInt; in pinCapacity() local
Dnumber_mapper.h217 int8_t maxInt; member
/external/icu/icu4c/source/common/
Dputilimp.h550 uintptr_t maxInt; in pinCapacity() local
/external/cronet/tot/third_party/icu/source/common/
Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local

123