HomeSort by relevance Sort by last modified time
    Searched refs:compactStyle (Results 1 - 13 of 13) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/number/
CompactNotation.java 21 import android.icu.text.CompactDecimalFormat.CompactStyle;
39 final CompactStyle compactStyle;
42 /* package-private */ CompactNotation(CompactStyle compactStyle) {
44 this.compactStyle = compactStyle;
48 compactStyle = null;
75 if (notation.compactStyle != null) {
76 data.populate(locale, nsName, notation.compactStyle, compactType)
    [all...]
  /external/icu/icu4c/source/i18n/
number_compact.h 26 void populate(const Locale &locale, const char *nsName, CompactStyle compactStyle,
60 CompactHandler(CompactStyle compactStyle, const Locale &locale, const char *nsName,
number_notation.cpp 41 union_.compactStyle = CompactStyle::UNUM_SHORT;
47 union_.compactStyle = CompactStyle::UNUM_LONG;
number_compact.cpp 27 void getResourceBundleKey(const char *nsName, CompactStyle compactStyle, CompactType compactType,
32 sb.append(compactStyle == CompactStyle::UNUM_SHORT ? "/patternsShort" : "/patternsLong", status);
60 void CompactData::populate(const Locale &locale, const char *nsName, CompactStyle compactStyle,
67 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT;
71 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey, status);
75 getResourceBundleKey("latn", compactStyle, compactType, resourceKey, status)
    [all...]
number_decimfmtprops.cpp 19 compactStyle.nullify();
61 eq = eq && compactStyle == other.compactStyle;
number_decimfmtprops.h 50 NullableValue<UNumberCompactStyle> compactStyle;
number_formatimpl.cpp 339 macros.notation.fUnion.compactStyle,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
CompactNotation.java 20 import com.ibm.icu.text.CompactDecimalFormat.CompactStyle;
38 final CompactStyle compactStyle;
41 /* package-private */ CompactNotation(CompactStyle compactStyle) {
43 this.compactStyle = compactStyle;
47 compactStyle = null;
74 if (notation.compactStyle != null) {
75 data.populate(locale, nsName, notation.compactStyle, compactType)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CompactData.java 14 import android.icu.text.CompactDecimalFormat.CompactStyle;
46 public void populate(ULocale locale, String nsName, CompactStyle compactStyle, CompactType compactType) {
52 boolean compactIsShort = compactStyle == CompactStyle.SHORT;
56 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey);
59 getResourceBundleKey("latn", compactStyle, compactType, resourceKey);
63 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey);
67 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey);
78 private static void getResourceBundleKey(String nsName, CompactStyle compactStyle, CompactType compactType, StringBuilder sb)
    [all...]
DecimalFormatProperties.java 22 import android.icu.text.CompactDecimalFormat.CompactStyle;
53 private transient CompactStyle compactStyle;
125 compactStyle = null;
171 compactStyle = other.compactStyle;
218 eq = eq && _equalsHelper(compactStyle, other.compactStyle);
281 hashCode ^= _hashCodeHelper(compactStyle);
383 public CompactStyle getCompactStyle()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CompactData.java 13 import com.ibm.icu.text.CompactDecimalFormat.CompactStyle;
42 public void populate(ULocale locale, String nsName, CompactStyle compactStyle, CompactType compactType) {
48 boolean compactIsShort = compactStyle == CompactStyle.SHORT;
52 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey);
55 getResourceBundleKey("latn", compactStyle, compactType, resourceKey);
59 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey);
63 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey);
74 private static void getResourceBundleKey(String nsName, CompactStyle compactStyle, CompactType compactType, StringBuilder sb)
    [all...]
DecimalFormatProperties.java 21 import com.ibm.icu.text.CompactDecimalFormat.CompactStyle;
49 private transient CompactStyle compactStyle;
121 compactStyle = null;
167 compactStyle = other.compactStyle;
214 eq = eq && _equalsHelper(compactStyle, other.compactStyle);
277 hashCode ^= _hashCodeHelper(compactStyle);
379 public CompactStyle getCompactStyle()
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 479 UNumberCompactStyle compactStyle;
    [all...]

Completed in 325 milliseconds