Lines Matching defs:properties
37 void setTo(const DecimalFormatProperties& properties, UErrorCode& status);
90 void setTo(const CurrencyPluralInfo& cpi, const DecimalFormatProperties& properties,
130 inline AutoAffixPatternProvider(const DecimalFormatProperties& properties, UErrorCode& status) {
131 setTo(properties, status);
134 inline void setTo(const DecimalFormatProperties& properties, UErrorCode& status) {
135 if (properties.currencyPluralInfo.fPtr.isNull()) {
136 propertiesAPP.setTo(properties, status);
140 currencyPluralInfoAPP.setTo(*properties.currencyPluralInfo.fPtr, properties, status);
186 : properties(propsToCopy) {}
189 DecimalFormatProperties properties;
209 /** The effective properties as exported from the formatter object. Used by some getters. */
230 static UnlocalizedNumberFormatter create(const DecimalFormatProperties& properties,
235 static UnlocalizedNumberFormatter create(const DecimalFormatProperties& properties,
246 * @param properties
251 * A property bag in which to store validated properties. Used by some DecimalFormat
255 static MacroProps oldToNew(const DecimalFormatProperties& properties,