Home
last modified time | relevance | path

Searched defs:formatWidth (Results 1 – 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java124 private final transient FormatWidth formatWidth; field in MeasureFormat
212 public static MeasureFormat getInstance(ULocale locale, FormatWidth formatWidth) { in getInstance()
223 public static MeasureFormat getInstance(Locale locale, FormatWidth formatWidth) { in getInstance()
235 …public static MeasureFormat getInstance(ULocale locale, FormatWidth formatWidth, NumberFormat form… in getInstance()
273 …public static MeasureFormat getInstance(Locale locale, FormatWidth formatWidth, NumberFormat forma… in getInstance()
680 FormatWidth formatWidth, in MeasureFormat()
1358 private FormatWidth formatWidth; field in MeasureFormat.MeasureProxy
DDecimalFormat.java5767 private int formatWidth = 0; local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java124 private final transient FormatWidth formatWidth; field in MeasureFormat
223 public static MeasureFormat getInstance(ULocale locale, FormatWidth formatWidth) { in getInstance()
235 public static MeasureFormat getInstance(Locale locale, FormatWidth formatWidth) { in getInstance()
248 …public static MeasureFormat getInstance(ULocale locale, FormatWidth formatWidth, NumberFormat form… in getInstance()
287 …public static MeasureFormat getInstance(Locale locale, FormatWidth formatWidth, NumberFormat forma… in getInstance()
708 FormatWidth formatWidth, in MeasureFormat()
1386 private FormatWidth formatWidth; field in MeasureFormat.MeasureProxy
DDecimalFormat.java5864 private int formatWidth = 0; local
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h105 int32_t formatWidth; variable
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java1476 FormatWidth formatWidth = (FormatWidth) row[0]; in testSimplePer() local
1599 FormatWidth formatWidth = (FormatWidth) test[2]; in testDisplayNames() local
DNumberFormatTestData.java96 public Integer formatWidth = null; field in NumberFormatTestData
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java1477 FormatWidth formatWidth = (FormatWidth) row[0]; in testSimplePer() local
1600 FormatWidth formatWidth = (FormatWidth) test[2]; in testDisplayNames() local
DNumberFormatTestData.java97 public Integer formatWidth = null; field in NumberFormatTestData
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp148 int32_t formatWidth; member
952 int32_t formatWidth = fImpl->getOldFormatWidth(); in parse() local
1367 int32_t formatWidth = fImpl->getOldFormatWidth(); in subparse() local
2536 int32_t formatWidth = (width > 0) ? width : 0; in setFormatWidth() local