Home
last modified time | relevance | path

Searched defs:maxInt (Results 1 - 25 of 42) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DIntegerWidth.java21 final int maxInt; field in IntegerWidth
23 private IntegerWidth(int minInt, int maxInt) { in IntegerWidth() argument
67 public IntegerWidth truncateAt(int maxInt) { in truncateAt() argument
[all...]
H A DNumberSkeletonImpl.java1439 private static void generateIntegerWidthOption(int minInt, int maxInt, StringBuilde argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DIntegerWidth.java22 final int maxInt; field in IntegerWidth
24 private IntegerWidth(int minInt, int maxInt) { in IntegerWidth() argument
66 public IntegerWidth truncateAt(int maxInt) { in truncateAt() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth() argument
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt() argument
H A Dnumber_mapper.cpp88 int32_t maxInt = properties.maximumIntegerDigits; in oldToNew() local
[all...]
H A Dnumber_mapper.h219 int8_t maxInt; member
H A Dnumber_skeletons.cpp1418 int32_t maxInt; in parseIntegerWidthOption() local
1457 void blueprint_helpers::generateIntegerWidthOption(int32_t minInt, int32_t maxInt, UnicodeStrin argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth() argument
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt() argument
H A Dnumber_mapper.cpp88 int32_t maxInt = properties.maximumIntegerDigits; in oldToNew() local
[all...]
H A Dnumber_mapper.h219 int8_t maxInt; member
H A Dnumber_skeletons.cpp1418 int32_t maxInt; in parseIntegerWidthOption() local
1457 void blueprint_helpers::generateIntegerWidthOption(int32_t minInt, int32_t maxInt, UnicodeStrin argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth() argument
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt() argument
H A Dnumber_mapper.cpp88 int32_t maxInt = properties.maximumIntegerDigits; in oldToNew() local
[all...]
H A Dnumber_mapper.h214 int8_t maxInt; member
/third_party/icu/icu4c/source/common/
H A Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local
/third_party/node/deps/icu-small/source/common/
H A Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local
/third_party/skia/tests/
H A DFloatingPointTextureTest.cpp31 runFPTest(skiatest::Reporter* reporter, GrDirectContext* dContext, T min, T max, T epsilon, T maxInt, int arraySize, GrColorType colorType) runFPTest() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dputilimp.h544 uintptr_t maxInt; in pinCapacity() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity.java55 public void applyMaxInteger(int maxInt); in applyMaxInteger() argument
H A DDecimalQuantity_AbstractBCD.java144 public void applyMaxInteger(int maxInt) { in applyMaxInteger() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity.java57 public void applyMaxInteger(int maxInt); in applyMaxInteger() argument
H A DDecimalQuantity_AbstractBCD.java146 public void applyMaxInteger(int maxInt) { in applyMaxInteger() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java359 public void applyMaxInteger(int maxInt) { in applyMaxInteger() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java352 public void applyMaxInteger(int maxInt) { in applyMaxInteger() argument

Completed in 23 milliseconds

12