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

  /external/icu/icu4c/source/i18n/
number_decimfmtprops.h 104 int32_t formatWidth;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 66 * MeasureFormat fmtFr = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.SHORT);
77 * MeasureFormat fmtFrFull = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.WIDE);
86 * MeasureFormat fmtFrNarrow = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.NARROW);
91 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
112 private final transient FormatWidth formatWidth;
143 public enum FormatWidth {
181 * FormatWidth (used for the older APIs) for all units except currencies.
187 * FormatWidth (used for the older APIs) for currencies.
191 private FormatWidth(ListFormatter.Style style, UnitWidth unitWidth, UnitWidth currencyWidth)
    [all...]
DecimalFormat_ICU58_Android.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 71 * MeasureFormat fmtFr = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.SHORT);
82 * MeasureFormat fmtFrFull = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.WIDE);
91 * MeasureFormat fmtFrNarrow = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.NARROW);
96 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
118 private final transient FormatWidth formatWidth;
151 public enum FormatWidth {
197 * FormatWidth (used for the older APIs) for all units except currencies.
203 * FormatWidth (used for the older APIs) for currencies.
207 private FormatWidth(ListFormatter.Style style, UnitWidth unitWidth, UnitWidth currencyWidth)
    [all...]
DecimalFormat_ICU58_Android.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestData.java 99 public Integer formatWidth = null;
205 "formatWidth",
327 formatWidth = Integer.valueOf(value);
MeasureUnitTest.java 45 import android.icu.text.MeasureFormat.FormatWidth;
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.h 106 int32_t formatWidth;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestData.java 96 public Integer formatWidth = null;
202 "formatWidth",
324 formatWidth = Integer.valueOf(value);
MeasureUnitTest.java 44 import com.ibm.icu.text.MeasureFormat.FormatWidth;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalFormatProperties.java 93 private transient int formatWidth;
165 formatWidth = -1;
211 formatWidth = other.formatWidth;
258 eq = eq && _equalsHelper(formatWidth, other.formatWidth);
321 hashCode ^= _hashCodeHelper(formatWidth);
445 return formatWidth;
789 this.formatWidth = paddingWidth;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalFormatProperties.java 88 private transient int formatWidth;
160 formatWidth = -1;
206 formatWidth = other.formatWidth;
253 eq = eq && _equalsHelper(formatWidth, other.formatWidth);
316 hashCode ^= _hashCodeHelper(formatWidth);
440 return formatWidth;
784 this.formatWidth = paddingWidth;
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 725 milliseconds