/external/icu/android_icu4j/src/main/java/android/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 | 41 public static IntegerWidth zeroFillTo(int minInt) { in zeroFillTo() method in IntegerWidth
|
D | NumberSkeletonImpl.java | 1289 macros.integerWidth = IntegerWidth.zeroFillTo(offset); in parseIntegerStem() 1398 macros.integerWidth = IntegerWidth.zeroFillTo(minInt); in parseIntegerWidthOption() 1400 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in parseIntegerWidthOption()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | IntegerWidth.java | 42 public static IntegerWidth zeroFillTo(int minInt) { in zeroFillTo() method in IntegerWidth
|
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 | NumberSkeletonImpl.java | 1288 macros.integerWidth = IntegerWidth.zeroFillTo(offset); in parseIntegerStem() 1397 macros.integerWidth = IntegerWidth.zeroFillTo(minInt); in parseIntegerWidthOption() 1399 macros.integerWidth = IntegerWidth.zeroFillTo(minInt).truncateAt(maxInt); in parseIntegerWidthOption()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 2021 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(0)), in roundingFigures() 2030 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(3)), in roundingFigures() 2660 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1)), in integerWidth() 2676 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(0)), in integerWidth() 2692 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(3)), in integerWidth() 2708 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1).truncateAt(3)), in integerWidth() 2724 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(2).truncateAt(2)), in integerWidth() 2742 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() 2760 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() 2778 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 2024 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(0)), in roundingFigures() 2033 …ter.with().precision(Precision.fixedSignificantDigits(1)).integerWidth(IntegerWidth.zeroFillTo(3)), in roundingFigures() 2663 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1)), in integerWidth() 2679 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(0)), in integerWidth() 2695 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(3)), in integerWidth() 2711 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(1).truncateAt(3)), in integerWidth() 2727 NumberFormatter.with().integerWidth(IntegerWidth.zeroFillTo(2).truncateAt(2)), in integerWidth() 2745 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() 2763 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() 2781 .integerWidth(IntegerWidth.zeroFillTo(3).truncateAt(3)), in integerWidth() [all …]
|
/external/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 | 1268 macros.integerWidth = IntegerWidth::zeroFillTo(offset); in parseIntegerStem() 1388 macros.integerWidth = IntegerWidth::zeroFillTo(minInt); in parseIntegerWidthOption() 1390 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt); in parseIntegerWidthOption()
|
D | measfmt.cpp | 761 numberFormatter2 = lnf->integerWidth(number::IntegerWidth::zeroFillTo(2)); in formatNumeric()
|
D | smpdtfmt.cpp | 1292 number::IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt) in createFastFormatter()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_api.cpp | 2064 .integerWidth(IntegerWidth::zeroFillTo(3)), in roundingFigures() 2074 .integerWidth(IntegerWidth::zeroFillTo(0)), in roundingFigures() 2711 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(1)), in integerWidth() 2727 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(0)), in integerWidth() 2743 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(3)), in integerWidth() 2759 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(1).truncateAt(3)), in integerWidth() 2775 NumberFormatter::with().integerWidth(IntegerWidth::zeroFillTo(2).truncateAt(2)), in integerWidth() 2793 .integerWidth(IntegerWidth::zeroFillTo(3).truncateAt(3)), in integerWidth() 2811 .integerWidth(IntegerWidth::zeroFillTo(3).truncateAt(3)), in integerWidth() 2829 .integerWidth(IntegerWidth::zeroFillTo(3).truncateAt(3)), in integerWidth() [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | numberformatter.h | 928 static IntegerWidth zeroFillTo(int32_t minInt); 967 return IntegerWidth::zeroFillTo(1); in standard()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 928 static IntegerWidth zeroFillTo(int32_t minInt); 967 return IntegerWidth::zeroFillTo(1); in standard()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 895 …calizedNumberFormatter numberFormatter2 = numberFormatter.integerWidth(IntegerWidth.zeroFillTo(2)); in formatNumeric()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 854 …calizedNumberFormatter numberFormatter2 = numberFormatter.integerWidth(IntegerWidth.zeroFillTo(2)); in formatNumeric()
|
/external/icu/android_icu4j/api/public/ |
D | current.txt | 1678 method public static android.icu.number.IntegerWidth zeroFillTo(int);
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/icu/icu4j/tools/build/ |
D | icu4j61.api3.gz |
|
D | icu4j62.api3.gz | 12;ICU4J 62.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j60.api3.gz |
|
D | icu4j68.api3.gz |
|
D | icu4j65.api3.gz |
|