Lines Matching refs:AffixesForCurrency
107 struct AffixesForCurrency : public UMemory { struct
119 AffixesForCurrency(const UnicodeString& negPrefix, in AffixesForCurrency() argument
145 const AffixesForCurrency* affix_1 = in decimfmtAffixValueComparator()
146 (AffixesForCurrency*)val1.pointer; in decimfmtAffixValueComparator()
147 const AffixesForCurrency* affix_2 = in decimfmtAffixValueComparator()
148 (AffixesForCurrency*)val2.pointer; in decimfmtAffixValueComparator()
563 AffixesForCurrency* affix = new AffixesForCurrency( in setupCurrencyAffixes()
592 AffixesForCurrency* affix = new AffixesForCurrency( in setupCurrencyAffixes()
3450 AffixesForCurrency* oneSet; in appendAffix()
3452 oneSet = (AffixesForCurrency*)fPluralAffixesForCurrency->get(pluralCount); in appendAffix()
3454 oneSet = (AffixesForCurrency*)fAffixesForCurrency->get(pluralCount); in appendAffix()
4765 const AffixesForCurrency* value = (AffixesForCurrency*)valueTok.pointer; in deleteHashForAffix()
4838 const AffixesForCurrency* value = (AffixesForCurrency*)valueTok.pointer; in copyHashForAffix()
4839 AffixesForCurrency* copy = new AffixesForCurrency( in copyHashForAffix()