/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Notation.java | 158 public static CompactNotation compactLong() { in compactLong() method in Notation
|
D | NumberPropertyMapper.java | 297 macros.notation = Notation.compactLong(); in oldToNew()
|
D | NumberSkeletonImpl.java | 246 return Notation.compactLong(); in notation() 1489 if (macros.notation == Notation.compactLong()) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | Notation.java | 155 public static CompactNotation compactLong() { in compactLong() method in Notation
|
D | NumberPropertyMapper.java | 298 macros.notation = Notation.compactLong(); in oldToNew()
|
D | NumberSkeletonImpl.java | 233 return Notation.compactLong(); in notation() 1400 if (macros.notation == Notation.compactLong()) { in notation()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 237 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact() 303 NumberFormatter.with().notation(Notation.compactLong()).unit(USD), in notationCompact() 321 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact() 338 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact() 354 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact() 363 … NumberFormatter.with().notation(Notation.compactLong()).precision(Precision.integer()), in notationCompact() 372 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact() 520 NumberFormatter.with().notation(Notation.compactLong()).unit(MeasureUnit.METER) in unitMeasure() 2815 NumberFormatter.with().notation(Notation.compactLong()), in fieldPositionCoverage() 2835 NumberFormatter.with().notation(Notation.compactLong()), in fieldPositionCoverage() [all …]
|
D | DecimalQuantityTest.java | 750 .notation(Notation.compactLong()) in testCompactNotationFractionPluralOperands() 814 LocalizedNumberFormatter compactLong = in testSuppressedExponentUnchangedByInitialScaling() local 815 withLocale.notation(Notation.compactLong()); in testSuppressedExponentUnchangedByInitialScaling() 817 compactLong.scale(Scale.powerOfTen(3)); in testSuppressedExponentUnchangedByInitialScaling() 840 FormattedNumber fnCompact = compactLong.format(input); in testSuppressedExponentUnchangedByInitialScaling()
|
D | NumberRangeFormatterTest.java | 433 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 450 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 234 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact() 300 NumberFormatter.with().notation(Notation.compactLong()).unit(USD), in notationCompact() 318 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact() 335 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact() 351 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact() 360 … NumberFormatter.with().notation(Notation.compactLong()).precision(Precision.integer()), in notationCompact() 369 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact() 450 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact() 526 NumberFormatter.with().notation(Notation.compactLong()).unit(MeasureUnit.METER) in unitMeasure() 1806 .notation(Notation.compactLong()) in unitUsageSkeletons() [all …]
|
D | DecimalQuantityTest.java | 773 .notation(Notation.compactLong()) in testCompactNotationFractionPluralOperands() 843 LocalizedNumberFormatter compactLong = in testSuppressedExponentUnchangedByInitialScaling() local 844 withLocale.notation(Notation.compactLong()); in testSuppressedExponentUnchangedByInitialScaling() 846 compactLong.scale(Scale.powerOfTen(3)); in testSuppressedExponentUnchangedByInitialScaling() 871 FormattedNumber fnCompact = compactLong.format(input); in testSuppressedExponentUnchangedByInitialScaling()
|
D | NumberRangeFormatterTest.java | 429 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 446 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_notation.cpp | 58 Notation Notation::compactLong() { in compactLong() function in Notation
|
D | number_mapper.cpp | 254 macros.notation = Notation::compactLong(); in oldToNew()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_notation.cpp | 58 Notation Notation::compactLong() { in compactLong() function in Notation
|
D | number_mapper.cpp | 254 macros.notation = Notation::compactLong(); in oldToNew()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 58 Notation Notation::compactLong() { in compactLong() function in Notation
|
D | number_mapper.cpp | 254 macros.notation = Notation::compactLong(); in oldToNew()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 58 Notation Notation::compactLong() { in compactLong() function in Notation
|
D | number_mapper.cpp | 259 macros.notation = Notation::compactLong(); in oldToNew()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 657 LocalizedNumberFormatter compactLong = in testSuppressedExponentUnchangedByInitialScaling() local 658 withLocale.notation(Notation::compactLong()); in testSuppressedExponentUnchangedByInitialScaling() 660 compactLong.scale(Scale::powerOfTen(3)); in testSuppressedExponentUnchangedByInitialScaling() 685 FormattedNumber fnCompact = compactLong.formatInt(cas.input, status); in testSuppressedExponentUnchangedByInitialScaling()
|
D | numbertest_api.cpp | 290 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact() 360 NumberFormatter::with().notation(Notation::compactLong()).unit(USD), in notationCompact() 378 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact() 397 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact() 415 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact() 424 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact() 505 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact() 572 NumberFormatter::with().notation(Notation::compactLong()) in unitMeasure() 1849 .notation(Notation::compactLong()) in unitUsageSkeletons() 1862 .notation(Notation::compactLong()) in unitUsageSkeletons() [all …]
|
D | numbertest_range.cpp | 432 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse() 449 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 296 static CompactNotation compactLong();
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numberformatter.h | 314 static CompactNotation compactLong();
|