HomeSort by relevance Sort by last modified time
    Searched defs:compactStyle (Results 1 - 6 of 6) 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/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/icu4c/source/i18n/
number_decimfmtprops.h 50 NullableValue<UNumberCompactStyle> compactStyle;
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 479 UNumberCompactStyle compactStyle;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
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/
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...]

Completed in 128 milliseconds