Home
last modified time | relevance | path

Searched refs:IntegerWidth (Results 1 – 25 of 69) sorted by relevance

123

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DIntegerWidth.java17 public class IntegerWidth { class
19 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1);
24 private IntegerWidth(int minInt, int maxInt) { in IntegerWidth() method in IntegerWidth
42 public static IntegerWidth zeroFillTo(int minInt) { in zeroFillTo()
46 return new IntegerWidth(minInt, -1); in zeroFillTo()
66 public IntegerWidth truncateAt(int maxInt) { in truncateAt()
70 return new IntegerWidth(minInt, maxInt); in truncateAt()
74 return new IntegerWidth(minInt, -1); in truncateAt()
DNumberPropertyMapper.java203 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
244 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
248 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
DNumberFormatterSettings.java284 public T integerWidth(IntegerWidth style) { in integerWidth()
584 macros.integerWidth = (IntegerWidth) current.value; in resolve()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DIntegerWidth.java16 public class IntegerWidth { class
18 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1);
23 private IntegerWidth(int minInt, int maxInt) { in IntegerWidth() method in IntegerWidth
42 public static IntegerWidth zeroFillTo(int minInt) { in zeroFillTo()
46 return new IntegerWidth(minInt, -1); in zeroFillTo()
67 public IntegerWidth truncateAt(int maxInt) { in truncateAt()
71 return new IntegerWidth(minInt, maxInt); in truncateAt()
75 return new IntegerWidth(minInt, -1); in truncateAt()
DNumberPropertyMapper.java202 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
243 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
247 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
DNumberFormatterSettings.java297 public T integerWidth(IntegerWidth style) { in integerWidth()
672 macros.integerWidth = (IntegerWidth) current.value; in resolve()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth() function in IntegerWidth
22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo()
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt()
42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply()
57 bool IntegerWidth::operator==(const IntegerWidth& other) const { in operator ==()
Dnumber_microprops.h31 IntegerWidth integerWidth;
Dnumber_mapper.cpp164 macros.integerWidth = IntegerWidth( in oldToNew()
208 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
212 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
/third_party/icu/icu4c/source/i18n/
Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth() function in IntegerWidth
22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo()
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt()
42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply()
61 bool IntegerWidth::operator==(const IntegerWidth& other) const { in operator ==()
Dnumber_microprops.h80 IntegerWidth integerWidth;
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth() function in IntegerWidth
22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo()
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt()
42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply()
61 bool IntegerWidth::operator==(const IntegerWidth& other) const { in operator ==()
Dnumber_microprops.h80 IntegerWidth integerWidth;
Dnumber_mapper.cpp158 macros.integerWidth = IntegerWidth( in oldToNew()
202 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
206 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_integerwidth.cpp16 IntegerWidth::IntegerWidth(digits_t minInt, digits_t maxInt, bool formatFailIfMoreThanMaxDigits) { in IntegerWidth() function in IntegerWidth
22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo()
30 IntegerWidth IntegerWidth::truncateAt(int32_t maxInt) { in truncateAt()
42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply()
61 bool IntegerWidth::operator==(const IntegerWidth& other) const { in operator ==()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h107 class IntegerWidth; variable
954 class U_I18N_API IntegerWidth : public UMemory {
967 static IntegerWidth zeroFillTo(int32_t minInt);
980 IntegerWidth truncateAt(int32_t maxInt);
993 IntegerWidth(impl::digits_t minInt, impl::digits_t maxInt, bool formatFailIfMoreThanMaxDigits);
995 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth() function
1000 IntegerWidth() { // NOLINT in IntegerWidth() function
1005 static IntegerWidth standard() { in standard()
1006 return IntegerWidth::zeroFillTo(1); in standard()
1023 bool operator==(const IntegerWidth& other) const;
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h120 class IntegerWidth; variable
954 class U_I18N_API IntegerWidth : public UMemory {
967 static IntegerWidth zeroFillTo(int32_t minInt);
980 IntegerWidth truncateAt(int32_t maxInt);
993 IntegerWidth(impl::digits_t minInt, impl::digits_t maxInt, bool formatFailIfMoreThanMaxDigits);
995 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth() function
1000 IntegerWidth() { // NOLINT in IntegerWidth() function
1005 static IntegerWidth standard() { in standard()
1006 return IntegerWidth::zeroFillTo(1); in standard()
1023 bool operator==(const IntegerWidth& other) const;
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h120 class IntegerWidth; variable
954 class U_I18N_API IntegerWidth : public UMemory {
967 static IntegerWidth zeroFillTo(int32_t minInt);
980 IntegerWidth truncateAt(int32_t maxInt);
993 IntegerWidth(impl::digits_t minInt, impl::digits_t maxInt, bool formatFailIfMoreThanMaxDigits);
995 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth() function
1000 IntegerWidth() { // NOLINT in IntegerWidth() function
1005 static IntegerWidth standard() { in standard()
1006 return IntegerWidth::zeroFillTo(1); in standard()
1023 bool operator==(const IntegerWidth& other) const;
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h120 class IntegerWidth; variable
954 class U_I18N_API IntegerWidth : public UMemory {
967 static IntegerWidth zeroFillTo(int32_t minInt);
980 IntegerWidth truncateAt(int32_t maxInt);
993 IntegerWidth(impl::digits_t minInt, impl::digits_t maxInt, bool formatFailIfMoreThanMaxDigits);
995 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth() function
1000 IntegerWidth() { // NOLINT in IntegerWidth() function
1005 static IntegerWidth standard() { in standard()
1006 return IntegerWidth::zeroFillTo(1); in standard()
1023 bool operator==(const IntegerWidth& other) const;
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMicroProps.java6 import ohos.global.icu.number.IntegerWidth;
22 public IntegerWidth integerWidth;
DMacroProps.java9 import ohos.global.icu.number.IntegerWidth;
31 public IntegerWidth integerWidth;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMicroProps.java7 import com.ibm.icu.number.IntegerWidth;
27 public IntegerWidth integerWidth;
DMacroProps.java8 import com.ibm.icu.number.IntegerWidth;
27 public IntegerWidth integerWidth;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberFormatterApiTest.java38 import ohos.global.icu.number.IntegerWidth;
1117 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(0)), in roundingFigures()
1126 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(3)), in roundingFigures()
1756 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1)), in integerWidth()
1772 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(0)), in integerWidth()
1788 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(3)), in integerWidth()
1804 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1).truncateAt(3)), in integerWidth()
1820 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(2).truncateAt(2)), in integerWidth()
1838 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth()
1856 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java34 import com.ibm.icu.number.IntegerWidth;
2872 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(0)), in roundingFigures()
2881 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(3)), in roundingFigures()
3605 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1)), in integerWidth()
3621 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(0)), in integerWidth()
3637 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(3)), in integerWidth()
3653 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1).truncateAt(3)), in integerWidth()
3669 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(2).truncateAt(2)), in integerWidth()
3687 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth()
3705 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth()
[all …]

123