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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 62 * ULocale.FRENCH, FormatWidth.SHORT);
74 * ULocale.FRENCH, FormatWidth.WIDE);
86 ULocale.FRENCH, FormatWidth.NARROW);
93 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
122 private final transient FormatWidth formatWidth;
158 public enum FormatWidth {
189 private FormatWidth(ListFormatter.Style style, int currencyStyle) {
204 * Create a format from the locale, formatWidth, and format.
207 * @param formatWidth hints how long formatted strings should be
    [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 61 * ULocale.FRENCH, FormatWidth.SHORT);
73 * ULocale.FRENCH, FormatWidth.WIDE);
85 ULocale.FRENCH, FormatWidth.NARROW);
92 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
122 private final transient FormatWidth formatWidth;
160 public enum FormatWidth {
199 private FormatWidth(ListFormatter.Style style, int currencyStyle) {
214 * Create a format from the locale, formatWidth, and format.
217 * @param formatWidth hints how long formatted strings should be
    [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.h 103 int32_t formatWidth;
numberformattesttuple.cpp 311 FIELD_INIT(formatWidth, &gIntOps),
numfmtst.cpp 156 fmt.setFormatWidth(tuple.formatWidth);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTestTuple.java 95 public Integer formatWidth = null;
199 "formatWidth",
320 formatWidth = Integer.valueOf(value);
MeasureUnitTest.java 33 import android.icu.text.MeasureFormat.FormatWidth;
688 ULocale.FRENCH, FormatWidth.SHORT);
694 ULocale.FRENCH, FormatWidth.WIDE);
708 ULocale.FRENCH, FormatWidth.NARROW);
715 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
835 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf);
837 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.SHORT, nf);
839 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf);
841 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf);
846 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf)
    [all...]
NumberFormatTest.java 208 if (tuple.formatWidth != null) {
209 fmt.setFormatWidth(tuple.formatWidth);
388 if (tuple.formatWidth != null) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTestTuple.java 94 public Integer formatWidth = null;
198 "formatWidth",
319 formatWidth = Integer.valueOf(value);
MeasureUnitTest.java 32 import com.ibm.icu.text.MeasureFormat.FormatWidth;
684 ULocale.FRENCH, FormatWidth.SHORT);
690 ULocale.FRENCH, FormatWidth.WIDE);
704 ULocale.FRENCH, FormatWidth.NARROW);
711 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
831 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf);
833 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.SHORT, nf);
835 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf);
837 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf);
842 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf)
    [all...]
NumberFormatTest.java 204 if (tuple.formatWidth != null) {
205 fmt.setFormatWidth(tuple.formatWidth);
384 if (tuple.formatWidth != null) {
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 146 int32_t formatWidth;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1099 milliseconds