Searched refs:fCurrencyAffixInfo (Results 1 – 2 of 2) sorted by relevance
110 fCurrencyAffixInfo(other.fCurrencyAffixInfo), in DecimalFormatImpl()150 fCurrencyAffixInfo = other.fCurrencyAffixInfo; in assign()192 && fCurrencyAffixInfo.equals(other.fCurrencyAffixInfo) in operator ==()1122 if (fCurrencyAffixInfo.isDefault()) { in updateFormattingCurrencyAffixInfo()1126 fCurrencyAffixInfo.set(NULL, NULL, NULL, status); in updateFormattingCurrencyAffixInfo()1144 fCurrencyAffixInfo.set( in updateFormattingCurrencyAffixInfo()1153 fCurrencyAffixInfo.setSymbol( in updateFormattingCurrencyAffixInfo()1158 fCurrencyAffixInfo.setISO( in updateFormattingCurrencyAffixInfo()1221 fCurrencyAffixInfo, in updateFormattingLocalizedPositivePrefix()1240 fCurrencyAffixInfo, in updateFormattingLocalizedPositiveSuffix()[all …]
407 CurrencyAffixInfo fCurrencyAffixInfo; variable