Home
last modified time | relevance | path

Searched refs:compactShort (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java216 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
248 NumberFormatter.with().notation(Notation.compactShort()).unit(USD), in notationCompact()
264 … NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact()
280 … NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact()
376 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
385 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
394 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
403 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
412 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
421 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
[all …]
DNumberRangeFormatterTest.java463 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
480 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
497 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
514 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
616 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort())), in testIdentity()
732 .notation(Notation.compactShort())) in testFieldPositions()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberFormatterApiTest.java219 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
251 NumberFormatter.with().notation(Notation.compactShort()).unit(USD), in notationCompact()
267 … NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact()
283 … NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact()
379 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
388 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
397 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
406 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
415 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
424 NumberFormatter.with().notation(Notation.compactShort()), in notationCompact()
[all …]
DNumberRangeFormatterTest.java466 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
483 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
500 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
517 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse()
619 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort())), in testIdentity()
735 .notation(Notation.compactShort())) in testFieldPositions()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java128 public static CompactNotation compactShort() { in compactShort() method in Notation
DNumberPropertyMapper.java300 macros.notation = Notation.compactShort(); in oldToNew()
DNumberSkeletonImpl.java238 return Notation.compactShort(); in notation()
1462 } else if (macros.notation == Notation.compactShort()) { in notation()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_range.cpp465 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
482 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
499 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
516 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
617 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort())), in testIdentity()
738 .notation(Notation::compactShort())) in testFieldPositions()
Dnumbertest_api.cpp271 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
303 NumberFormatter::with().notation(Notation::compactShort()).unit(USD), in notationCompact()
319 NumberFormatter::with().notation(Notation::compactShort()) in notationCompact()
337 NumberFormatter::with().notation(Notation::compactShort()) in notationCompact()
430 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
439 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
448 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
457 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
466 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
475 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java131 public static CompactNotation compactShort() { in compactShort() method in Notation
DNumberPropertyMapper.java299 macros.notation = Notation.compactShort(); in oldToNew()
DNumberSkeletonImpl.java237 return Notation.compactShort(); in notation()
1461 } else if (macros.notation == Notation.compactShort()) { in notation()
/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp52 Notation Notation::compactShort() { in compactShort() function in Notation
Dnumber_mapper.cpp256 macros.notation = Notation::compactShort(); in oldToNew()
Dnumber_skeletons.cpp162 return Notation::compactShort(); in notation()
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h291 static CompactNotation compactShort();
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h291 static CompactNotation compactShort();
/external/icu/android_icu4j/api/public/
Dcurrent.txt1697 method public static android.icu.number.CompactNotation compactShort();
/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; ...
Dicu4j60.api3.gz
Dicu4j68.api3.gz
Dicu4j65.api3.gz
Dicu4j64.api3.gz

12