/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 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() 1874 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
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 | IntegerWidth.java | 42 public static IntegerWidth zeroFillTo(int minInt) { in zeroFillTo() method in IntegerWidth
|
D | NumberSkeletonImpl.java | 1291 macros.integerWidth = IntegerWidth.zeroFillTo(offset); in parseIntegerStem() 1428 macros.integerWidth = IntegerWidth.zeroFillTo(minInt); 1430 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
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 | IntegerWidth.java | 42 public static IntegerWidth zeroFillTo(int minInt) { in zeroFillTo() method in IntegerWidth
|
D | NumberSkeletonImpl.java | 1230 macros.integerWidth = IntegerWidth.zeroFillTo(offset); in parseIntegerStem() 1339 macros.integerWidth = IntegerWidth.zeroFillTo(minInt); in parseIntegerWidthOption() 1341 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in parseIntegerWidthOption()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 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() 3723 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_integerwidth.cpp | 22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo() function in IntegerWidth
|
D | number_mapper.cpp | 202 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew() 206 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
|
D | number_skeletons.cpp | 706 macros.integerWidth = IntegerWidth::zeroFillTo(0).truncateAt(0); in parseStem() 1307 macros.integerWidth = IntegerWidth::zeroFillTo(offset); in parseIntegerStem() 1449 macros.integerWidth = IntegerWidth::zeroFillTo(minInt); in parseIntegerWidthOption() 1451 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in parseIntegerWidthOption()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_integerwidth.cpp | 22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo() function in IntegerWidth
|
D | number_mapper.cpp | 202 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew() 206 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
|
D | number_skeletons.cpp | 1301 macros.integerWidth = IntegerWidth::zeroFillTo(offset); in parseIntegerStem() 1445 macros.integerWidth = IntegerWidth::zeroFillTo(minInt); in parseIntegerWidthOption() 1447 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in parseIntegerWidthOption()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_integerwidth.cpp | 22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo() function in IntegerWidth
|
D | number_mapper.cpp | 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 | 22 IntegerWidth IntegerWidth::zeroFillTo(int32_t minInt) { in zeroFillTo() function in IntegerWidth
|
D | number_mapper.cpp | 202 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew() 206 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in oldToNew()
|
D | number_skeletons.cpp | 1301 macros.integerWidth = IntegerWidth::zeroFillTo(offset); in parseIntegerStem() 1445 macros.integerWidth = IntegerWidth::zeroFillTo(minInt); in parseIntegerWidthOption() 1447 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in parseIntegerWidthOption()
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | skeletons.md | 298 | `integer-width/*000` | `000` | At least 3 <br/> integer digits | `IntegerWidth::zeroFillTo(3)` | 299 | `integer-width/##0` | - | Between 1 and 3 <br/> integer digits | `IntegerWidth::zeroFillTo(1)` <b… 300 | `integer-width/00` | - | Exactly 2 <br/> integer digits | `IntegerWidth::zeroFillTo(2)` <br/> `.t… 301 | `integer-width/*` | - | Zero or more <br/> integer digits | `IntegerWidth::zeroFillTo(0) ` 306 integer digits (the argument to *`zeroFillTo`*). If there is no `*` symbol, the
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_api.cpp | 2896 .integerWidth(IntegerWidth::zeroFillTo(3)), in roundingFigures() 2906 .integerWidth(IntegerWidth::zeroFillTo(0)), in roundingFigures() 3637 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(1)), in integerWidth() 3653 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(0)), in integerWidth() 3669 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(3)), in integerWidth() 3685 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(1).truncateAt(3)), in integerWidth() 3701 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(2).truncateAt(2)), in integerWidth() 3719 .integerWidth(IntegerWidth::zeroFillTo(3).truncateAt(3)), in integerWidth() 3737 .integerWidth(IntegerWidth::zeroFillTo(3).truncateAt(3)), in integerWidth() 3755 .integerWidth(IntegerWidth::zeroFillTo(3).truncateAt(3)), in integerWidth() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 967 static IntegerWidth zeroFillTo(int32_t minInt); 1006 return IntegerWidth::zeroFillTo(1); in standard()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 967 static IntegerWidth zeroFillTo(int32_t minInt); 1006 return IntegerWidth::zeroFillTo(1); in standard()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 967 static IntegerWidth zeroFillTo(int32_t minInt); 1006 return IntegerWidth::zeroFillTo(1); in standard()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numberformatter.h | 967 static IntegerWidth zeroFillTo(int32_t minInt); 1006 return IntegerWidth::zeroFillTo(1); in standard()
|