/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 123 private final transient FormatWidth formatWidth; field in MeasureFormat 232 public static MeasureFormat getInstance(ULocale locale, FormatWidth formatWidth) { in getInstance() argument 233 return getInstance(locale, formatWidth, NumberFormat.getInstance(locale)); in getInstance() 246 public static MeasureFormat getInstance(Locale locale, FormatWidth formatWidth) { in getInstance() argument 247 return getInstance(ULocale.forLocale(locale), formatWidth); in getInstance() 264 FormatWidth formatWidth, in getInstance() argument 266 return new MeasureFormat(locale, formatWidth, format, null, null); in getInstance() 283 FormatWidth formatWidth, in getInstance() argument 285 return getInstance(ULocale.forLocale(locale), formatWidth, format); in getInstance() 447 if (formatWidth == FormatWidth.NUMERIC) { in formatMeasuresInternal() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 123 private final transient FormatWidth formatWidth; field in MeasureFormat 221 public static MeasureFormat getInstance(ULocale locale, FormatWidth formatWidth) { in getInstance() argument 222 return getInstance(locale, formatWidth, NumberFormat.getInstance(locale)); in getInstance() 234 public static MeasureFormat getInstance(Locale locale, FormatWidth formatWidth) { in getInstance() argument 235 return getInstance(ULocale.forLocale(locale), formatWidth); in getInstance() 251 FormatWidth formatWidth, in getInstance() argument 253 return new MeasureFormat(locale, formatWidth, format, null, null); in getInstance() 269 FormatWidth formatWidth, in getInstance() argument 271 return getInstance(ULocale.forLocale(locale), formatWidth, format); in getInstance() 428 if (formatWidth == FormatWidth.NUMERIC) { in formatMeasuresInternal() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalFormatProperties.java | 96 private transient int formatWidth; field in DecimalFormatProperties 169 formatWidth = -1; in _clear() 216 formatWidth = other.formatWidth; in _copyFrom() 264 eq = eq && _equalsHelper(formatWidth, other.formatWidth); in _equals() 328 hashCode ^= _hashCodeHelper(formatWidth); in _hashCode() 456 return formatWidth; in getFormatWidth() 812 this.formatWidth = paddingWidth; in setFormatWidth()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | DecimalFormatProperties.java | 101 private transient int formatWidth; field in DecimalFormatProperties 174 formatWidth = -1; in _clear() 221 formatWidth = other.formatWidth; in _copyFrom() 269 eq = eq && _equalsHelper(formatWidth, other.formatWidth); in _equals() 333 hashCode ^= _hashCodeHelper(formatWidth); in _hashCode() 461 return formatWidth; in getFormatWidth() 817 this.formatWidth = paddingWidth; in setFormatWidth()
|
/external/cronet/third_party/icu/source/i18n/ |
D | number_decimfmtprops.cpp | 45 formatWidth = -1; in clear() 94 eq = eq && formatWidth == other.formatWidth; in _equals()
|
D | number_decimfmtprops.h | 110 int32_t formatWidth; member
|
D | number_padding.cpp | 59 …return {padCp, properties.formatWidth, properties.padPosition.getOrDefault(UNUM_PAD_BEFORE_PREFIX)… in forProperties()
|
D | number_patternstring.cpp | 646 properties.formatWidth = paddingWidth; in patternInfoToProperties() 661 properties.formatWidth = -1; in patternInfoToProperties() 724 int32_t paddingWidth = uprv_min(properties.formatWidth, dosMax); in propertiesToPatternString()
|
D | decimfmt.cpp | 1065 return DecimalFormatProperties::getDefault().formatWidth; in getFormatWidth() 1067 return fields->properties.formatWidth; in getFormatWidth() 1072 if (width == fields->properties.formatWidth) { return; } in setFormatWidth() 1073 fields->properties.formatWidth = width; in setFormatWidth()
|
/external/icu/icu4c/source/i18n/ |
D | number_decimfmtprops.cpp | 45 formatWidth = -1; in clear() 94 eq = eq && formatWidth == other.formatWidth; in _equals()
|
D | number_decimfmtprops.h | 110 int32_t formatWidth; member
|
D | number_padding.cpp | 59 …return {padCp, properties.formatWidth, properties.padPosition.getOrDefault(UNUM_PAD_BEFORE_PREFIX)… in forProperties()
|
D | number_patternstring.cpp | 646 properties.formatWidth = paddingWidth; in patternInfoToProperties() 661 properties.formatWidth = -1; in patternInfoToProperties() 724 int32_t paddingWidth = uprv_min(properties.formatWidth, dosMax); in propertiesToPatternString()
|
D | decimfmt.cpp | 1065 return DecimalFormatProperties::getDefault().formatWidth; in getFormatWidth() 1067 return fields->properties.formatWidth; in getFormatWidth() 1072 if (width == fields->properties.formatWidth) { return; } in setFormatWidth() 1073 fields->properties.formatWidth = width; in setFormatWidth()
|
D | number_mapper.cpp | 174 if (properties.formatWidth > 0) { in oldToNew()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatDataDrivenTest.java | 227 if (tuple.formatWidth != null) { 228 fmt.setFormatWidth(tuple.formatWidth); 400 if (tuple.formatWidth != null) { 507 if (tuple.formatWidth != null) { in propertiesFromTuple() 508 properties.setFormatWidth(tuple.formatWidth); in propertiesFromTuple()
|
D | DataDrivenNumberFormatTestData.java | 99 public Integer formatWidth = null; field in DataDrivenNumberFormatTestData 327 formatWidth = Integer.valueOf(value); in setFormatWidth()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatDataDrivenTest.java | 224 if (tuple.formatWidth != null) { 225 fmt.setFormatWidth(tuple.formatWidth); 397 if (tuple.formatWidth != null) { 504 if (tuple.formatWidth != null) { in propertiesFromTuple() 505 properties.setFormatWidth(tuple.formatWidth); in propertiesFromTuple()
|
D | DataDrivenNumberFormatTestData.java | 96 public Integer formatWidth = null; field in DataDrivenNumberFormatTestData 324 formatWidth = Integer.valueOf(value); in setFormatWidth()
|
/external/icu/libicu/cts_headers/ |
D | number_decimfmtprops.h | 110 int32_t formatWidth; member
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | numberformattesttuple.h | 106 int32_t formatWidth; variable
|
D | numberformattesttuple.cpp | 313 FIELD_INIT(formatWidth, &gIntOps),
|
D | numfmtdatadriventest.cpp | 114 fmt.setFormatWidth(tuple.formatWidth); in adjustDecimalFormat()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 106 int32_t formatWidth; variable
|
D | numberformattesttuple.cpp | 313 FIELD_INIT(formatWidth, &gIntOps),
|