Lines Matching refs:warehouse
25 DecimalFormatWarehouse& warehouse, in create() argument
27 … return NumberFormatter::with().macros(oldToNew(properties, symbols, warehouse, nullptr, status)); in create()
32 DecimalFormatWarehouse& warehouse, in create() argument
37 properties, symbols, warehouse, &exportedProperties, status)); in create()
42 DecimalFormatWarehouse& warehouse, in oldToNew() argument
68 warehouse.currencyPluralInfoAPP.setToBogus(); in oldToNew()
69 warehouse.propertiesAPP.setTo(properties, status); in oldToNew()
70 affixProvider = &warehouse.propertiesAPP; in oldToNew()
72 … warehouse.currencyPluralInfoAPP.setTo(*properties.currencyPluralInfo.fPtr, properties, status); in oldToNew()
73 warehouse.propertiesAPP.setToBogus(); in oldToNew()
74 affixProvider = &warehouse.currencyPluralInfoAPP; in oldToNew()
91 warehouse.currencySymbols = {currency, locale, symbols, status}; in oldToNew()
92 macros.currencySymbols = &warehouse.currencySymbols; in oldToNew()