Home
last modified time | relevance | path

Searched refs:CompactNotation (Results 1 – 25 of 27) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java25 private static final CompactNotation COMPACT_SHORT = new CompactNotation(CompactStyle.SHORT);
26 private static final CompactNotation COMPACT_LONG = new CompactNotation(CompactStyle.LONG);
131 public static CompactNotation compactShort() { in compactShort()
158 public static CompactNotation compactLong() { in compactLong()
DCompactNotation.java36 public class CompactNotation extends Notation { class
48 … public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) { in forCustomData()
49 return new CompactNotation(compactCustomData); in forCustomData()
52 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() method in CompactNotation
57 /* package-private */ CompactNotation(Map<String, Map<String, String>> compactCustomData) { in CompactNotation() method in CompactNotation
83 CompactNotation notation, in CompactHandler()
DNumberFormatterImpl.java193 boolean isCompactNotation = (macros.notation instanceof CompactNotation); in macrosToMicroGenerator()
452 chain = ((CompactNotation) macros.notation).withLocaleData(macros.loc, in macrosToMicroGenerator()
DNumberPropertyMapper.java295 macros.notation = new CompactNotation(properties.getCompactCustomData()); in oldToNew()
DNumberSkeletonImpl.java1488 if (macros.notation instanceof CompactNotation) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNotation.java26 private static final CompactNotation COMPACT_SHORT = new CompactNotation(CompactStyle.SHORT);
27 private static final CompactNotation COMPACT_LONG = new CompactNotation(CompactStyle.LONG);
129 public static CompactNotation compactShort() { in compactShort()
155 public static CompactNotation compactLong() { in compactLong()
DCompactNotation.java38 public class CompactNotation extends Notation { class
50 … public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) { in forCustomData()
51 return new CompactNotation(compactCustomData); in forCustomData()
54 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() method in CompactNotation
59 /* package-private */ CompactNotation(Map<String, Map<String, String>> compactCustomData) { in CompactNotation() method in CompactNotation
85 CompactNotation notation, in CompactHandler()
DNumberFormatterImpl.java258 } else if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
276 } else if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
362 if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
370 chain = ((CompactNotation) macros.notation).withLocaleData(macros.loc, in macrosToMicroGenerator()
DNumberPropertyMapper.java296 macros.notation = new CompactNotation(properties.getCompactCustomData()); in oldToNew()
DNumberSkeletonImpl.java1399 if (macros.notation instanceof CompactNotation) { in notation()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h165 typedef Notation CompactNotation; typedef
272 static CompactNotation compactShort();
296 static CompactNotation compactLong();
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h183 typedef Notation CompactNotation; typedef
290 static CompactNotation compactShort();
314 static CompactNotation compactLong();
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h183 typedef Notation CompactNotation; typedef
290 static CompactNotation compactShort();
314 static CompactNotation compactLong();
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h183 typedef Notation CompactNotation; typedef
290 static CompactNotation compactShort();
314 static CompactNotation compactLong();
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberFormatterApiTest.java35 import ohos.global.icu.number.CompactNotation;
476 NumberFormatter.with().notation(CompactNotation.forCustomData(compactCustomData)), in notationCompact()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java31 import com.ibm.icu.number.CompactNotation;
482 NumberFormatter.with().notation(CompactNotation.forCustomData(compactCustomData)), in notationCompact()
/third_party/icu/ohos_icu4j/
DBUILD.gn545 "src/main/java/ohos/global/icu/number/CompactNotation.java",
/third_party/icu/icu4j/tools/build/
Dicu4j62.api3.gz
Dicu4j61.api3.gz
Dicu4j67.api3.gz
Dicu4j69.api3.gz
Dicu4j64.api3.gz
Dicu4j65.api3.gz
Dicu4j63.api3.gz
Dicu4j66.api3.gz

12