Home
last modified time | relevance | path

Searched refs:compactStyle (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DCompactNotation.java39 final CompactStyle compactStyle; field in CompactNotation
53 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() argument
55 this.compactStyle = compactStyle; in CompactNotation()
59 compactStyle = null; in CompactNotation()
95 if (notation.compactStyle != null) { in CompactHandler()
96 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DCompactNotation.java39 final CompactStyle compactStyle; field in CompactNotation
53 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() argument
55 this.compactStyle = compactStyle; in CompactNotation()
59 compactStyle = null; in CompactNotation()
95 if (notation.compactStyle != null) { in CompactHandler()
96 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler()
/external/icu/icu4c/source/i18n/
Dnumber_compact.cpp28 void getResourceBundleKey(const char *nsName, CompactStyle compactStyle, CompactType compactType, in getResourceBundleKey() argument
33 … sb.append(compactStyle == CompactStyle::UNUM_SHORT ? "/patternsShort" : "/patternsLong", status); in getResourceBundleKey()
61 void CompactData::populate(const Locale &locale, const char *nsName, CompactStyle compactStyle, in populate() argument
68 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT; in populate()
72 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey, status); in populate()
76 getResourceBundleKey("latn", compactStyle, compactType, resourceKey, status); in populate()
224 CompactStyle compactStyle, in CompactHandler() argument
234 data.populate(locale, nsName, compactStyle, compactType, status); in CompactHandler()
Dnumber_decimfmtprops.cpp36 compactStyle.nullify(); in clear()
85 eq = eq && compactStyle == other.compactStyle; in _equals()
Dnumber_compact.h26 void populate(const Locale &locale, const char *nsName, CompactStyle compactStyle,
60 CompactStyle compactStyle,
Dnumber_notation.cpp54 union_.compactStyle = CompactStyle::UNUM_SHORT; in compactShort()
60 union_.compactStyle = CompactStyle::UNUM_LONG; in compactLong()
Dcompactdecimalformat.cpp33 fields->properties.compactStyle = style; in CompactDecimalFormat()
Dnumber_decimfmtprops.h101 NullableValue<UNumberCompactStyle> compactStyle;
Dnumber_mapper.cpp252 if (!properties.compactStyle.isNull()) { in oldToNew()
253 if (properties.compactStyle.getNoError() == UNumberCompactStyle::UNUM_LONG) { in oldToNew()
Dnumber_formatimpl.cpp418 macros.notation.fUnion.compactStyle, in macrosToMicroGenerator()
Dnumber_skeletons.cpp1465 UNumberCompactStyle style = macros.notation.fUnion.compactStyle; in notation()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCompactData.java53 CompactStyle compactStyle, in populate() argument
61 boolean compactIsShort = compactStyle == CompactStyle.SHORT; in populate()
65 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
68 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
89 CompactStyle compactStyle, in getResourceBundleKey() argument
95 sb.append(compactStyle == CompactStyle.SHORT ? "/patternsShort" : "/patternsLong"); in getResourceBundleKey()
DDecimalFormatProperties.java93 private transient CompactStyle compactStyle; field in DecimalFormatProperties
165 compactStyle = null; in _clear()
211 compactStyle = other.compactStyle; in _copyFrom()
258 eq = eq && _equalsHelper(compactStyle, other.compactStyle); in _equals()
321 hashCode ^= _hashCodeHelper(compactStyle); in _hashCode()
424 return compactStyle; in getCompactStyle()
683 public DecimalFormatProperties setCompactStyle(CompactStyle compactStyle) { in setCompactStyle() argument
684 this.compactStyle = compactStyle; in setCompactStyle()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java48 CompactStyle compactStyle, in populate() argument
56 boolean compactIsShort = compactStyle == CompactStyle.SHORT; in populate()
60 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
63 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
84 CompactStyle compactStyle, in getResourceBundleKey() argument
90 sb.append(compactStyle == CompactStyle.SHORT ? "/patternsShort" : "/patternsLong"); in getResourceBundleKey()
DDecimalFormatProperties.java88 private transient CompactStyle compactStyle; field in DecimalFormatProperties
160 compactStyle = null; in _clear()
206 compactStyle = other.compactStyle; in _copyFrom()
253 eq = eq && _equalsHelper(compactStyle, other.compactStyle); in _equals()
316 hashCode ^= _hashCodeHelper(compactStyle); in _hashCode()
419 return compactStyle; in getCompactStyle()
678 public DecimalFormatProperties setCompactStyle(CompactStyle compactStyle) { in setCompactStyle() argument
679 this.compactStyle = compactStyle; in setCompactStyle()
/external/icu/libicu/cts_headers/
Dnumber_compact.h26 void populate(const Locale &locale, const char *nsName, CompactStyle compactStyle,
60 CompactStyle compactStyle,
Dnumber_decimfmtprops.h101 NullableValue<UNumberCompactStyle> compactStyle;
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h363 UNumberCompactStyle compactStyle; member
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h363 UNumberCompactStyle compactStyle; member
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...