/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | Notation.java | 154 public static CompactNotation compactLong() { in compactLong() method in Notation
|
D | NumberPropertyMapper.java | 298 macros.notation = Notation.compactLong(); in oldToNew()
|
D | NumberSkeletonImpl.java | 240 return Notation.compactLong(); in notation() 1459 if (macros.notation == Notation.compactLong()) { in notation()
|
/external/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 | 239 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/ |
D | NumberFormatterApiTest.java | 232 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 …]
|
D | DecimalQuantityTest.java | 747 .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()
|
D | NumberRangeFormatterTest.java | 430 .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/ |
D | NumberFormatterApiTest.java | 235 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 …]
|
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()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 595 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()
|
D | numbertest_api.cpp | 287 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 …]
|
D | numbertest_range.cpp | 432 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse() 449 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
|
/external/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()
|
D | number_skeletons.cpp | 164 return Notation::compactLong(); in notation()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPluralRuleGeneration.java | 225 UnlocalizedNumberFormatter unfCompact = unfScientific.notation(Notation.compactLong());
|
/external/icu/libicu/cts_headers/unicode/ |
D | numberformatter.h | 315 static CompactNotation compactLong();
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 315 static CompactNotation compactLong();
|
/external/icu/android_icu4j/api/public/ |
D | current.txt | 1696 method public static android.icu.number.CompactNotation compactLong();
|
/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; ... |