/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | IntegerWidth.java | 17 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()
|
D | NumberPropertyMapper.java | 203 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()
|
D | NumberFormatterSettings.java | 284 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/ |
D | IntegerWidth.java | 16 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()
|
D | NumberPropertyMapper.java | 202 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()
|
D | NumberFormatterSettings.java | 297 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/ |
D | number_integerwidth.cpp | 16 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 ==()
|
D | number_microprops.h | 31 IntegerWidth integerWidth;
|
D | number_mapper.cpp | 164 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/ |
D | number_integerwidth.cpp | 16 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 ==()
|
D | number_microprops.h | 80 IntegerWidth integerWidth;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_integerwidth.cpp | 16 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 ==()
|
D | number_microprops.h | 80 IntegerWidth integerWidth;
|
D | number_mapper.cpp | 158 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/ |
D | number_integerwidth.cpp | 16 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/ |
D | numberformatter.h | 107 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/ |
D | numberformatter.h | 120 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/ |
D | numberformatter.h | 120 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/ |
D | numberformatter.h | 120 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/ |
D | MicroProps.java | 6 import ohos.global.icu.number.IntegerWidth; 22 public IntegerWidth integerWidth;
|
D | MacroProps.java | 9 import ohos.global.icu.number.IntegerWidth; 31 public IntegerWidth integerWidth;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | MicroProps.java | 7 import com.ibm.icu.number.IntegerWidth; 27 public IntegerWidth integerWidth;
|
D | MacroProps.java | 8 import com.ibm.icu.number.IntegerWidth; 27 public IntegerWidth integerWidth;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 38 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/ |
D | NumberFormatterApiTest.java | 34 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 …]
|