Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java154 public static CompactNotation compactLong() { in compactLong() method in Notation
DNumberPropertyMapper.java298 macros.notation = Notation.compactLong(); in oldToNew()
DNumberSkeletonImpl.java240 return Notation.compactLong(); in notation()
1459 if (macros.notation == Notation.compactLong()) { in notation()
/external/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.java239 return Notation.compactLong(); in notation()
1458 if (macros.notation == Notation.compactLong()) { in notation()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java232 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
298 NumberFormatter.with().notation(Notation.compactLong()).unit(USD), in notationCompact()
316 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact()
333 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact()
349 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
358 … NumberFormatter.with().notation(Notation.compactLong()).precision(Precision.integer()), in notationCompact()
367 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
449 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
526 NumberFormatter.with().notation(Notation.compactLong()).unit(MeasureUnit.METER) in unitMeasure()
1466 .notation(Notation.compactLong()) in unitUsageSkeletons()
[all …]
DDecimalQuantityTest.java747 .notation(Notation.compactLong()) in testCompactNotationFractionPluralOperands()
811 LocalizedNumberFormatter compactLong = in testSuppressedExponentUnchangedByInitialScaling() local
812 withLocale.notation(Notation.compactLong()); in testSuppressedExponentUnchangedByInitialScaling()
814 compactLong.scale(Scale.powerOfTen(3)); in testSuppressedExponentUnchangedByInitialScaling()
837 FormattedNumber fnCompact = compactLong.format(input); in testSuppressedExponentUnchangedByInitialScaling()
DNumberRangeFormatterTest.java430 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse()
447 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberFormatterApiTest.java235 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
301 NumberFormatter.with().notation(Notation.compactLong()).unit(USD), in notationCompact()
319 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact()
336 … NumberFormatter.with().notation(Notation.compactLong()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact()
352 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
361 … NumberFormatter.with().notation(Notation.compactLong()).precision(Precision.integer()), in notationCompact()
370 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
452 NumberFormatter.with().notation(Notation.compactLong()), in notationCompact()
529 NumberFormatter.with().notation(Notation.compactLong()).unit(MeasureUnit.METER) in unitMeasure()
1469 .notation(Notation.compactLong()) in unitUsageSkeletons()
[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()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp595 LocalizedNumberFormatter compactLong = in testSuppressedExponentUnchangedByInitialScaling() local
596 withLocale.notation(Notation::compactLong()); in testSuppressedExponentUnchangedByInitialScaling()
598 compactLong.scale(Scale::powerOfTen(3)); in testSuppressedExponentUnchangedByInitialScaling()
621 FormattedNumber fnCompact = compactLong.formatInt(cas.input, status); in testSuppressedExponentUnchangedByInitialScaling()
Dnumbertest_api.cpp287 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
357 NumberFormatter::with().notation(Notation::compactLong()).unit(USD), in notationCompact()
375 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact()
394 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact()
412 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
421 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
503 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
571 NumberFormatter::with().notation(Notation::compactLong()) in unitMeasure()
1494 .notation(Notation::compactLong()) in unitUsageSkeletons()
1507 .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()
/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp58 Notation Notation::compactLong() { in compactLong() function in Notation
Dnumber_mapper.cpp254 macros.notation = Notation::compactLong(); in oldToNew()
Dnumber_skeletons.cpp164 return Notation::compactLong(); in notation()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPluralRuleGeneration.java225 UnlocalizedNumberFormatter unfCompact = unfScientific.notation(Notation.compactLong());
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h315 static CompactNotation compactLong();
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h315 static CompactNotation compactLong();
/external/icu/android_icu4j/api/public/
Dcurrent.txt1696 method public static android.icu.number.CompactNotation compactLong();
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/icu/icu4j/tools/build/
Dicu4j61.api3.gz
Dicu4j62.api3.gz12;ICU4J 62.1;; 2ST@3.6;PB;NS;NF;NS; ...

12