Home
last modified time | relevance | path

Searched refs:compactLong (Results 1 – 25 of 41) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java158 public static CompactNotation compactLong() { in compactLong() method in Notation
DNumberPropertyMapper.java297 macros.notation = Notation.compactLong(); in oldToNew()
DNumberSkeletonImpl.java246 return Notation.compactLong(); in notation()
1489 if (macros.notation == Notation.compactLong()) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNotation.java155 public static CompactNotation compactLong() { in compactLong() method in Notation
DNumberPropertyMapper.java298 macros.notation = Notation.compactLong(); in oldToNew()
DNumberSkeletonImpl.java233 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/
DNumberFormatterApiTest.java237 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 …]
DDecimalQuantityTest.java750 .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()
DNumberRangeFormatterTest.java433 .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/
DNumberFormatterApiTest.java234 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 …]
DDecimalQuantityTest.java773 .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()
DNumberRangeFormatterTest.java429 .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/
Dnumber_notation.cpp58 Notation Notation::compactLong() { in compactLong() function in Notation
Dnumber_mapper.cpp254 macros.notation = Notation::compactLong(); in oldToNew()
/third_party/icu/icu4c/source/i18n/
Dnumber_notation.cpp58 Notation Notation::compactLong() { in compactLong() function in Notation
Dnumber_mapper.cpp254 macros.notation = Notation::compactLong(); in oldToNew()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_notation.cpp58 Notation Notation::compactLong() { in compactLong() function in Notation
Dnumber_mapper.cpp254 macros.notation = Notation::compactLong(); in oldToNew()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_notation.cpp58 Notation Notation::compactLong() { in compactLong() function in Notation
Dnumber_mapper.cpp259 macros.notation = Notation::compactLong(); in oldToNew()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp657 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()
Dnumbertest_api.cpp290 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 …]
Dnumbertest_range.cpp432 .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/
Dnumberformatter.h296 static CompactNotation compactLong();
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h314 static CompactNotation compactLong();

12