Lines Matching refs:AffixPatternsForCurrency
101 struct AffixPatternsForCurrency : public UMemory { struct
112 AffixPatternsForCurrency(const UnicodeString& negPrefix, in AffixPatternsForCurrency() argument
180 const AffixPatternsForCurrency* affix_1 = in decimfmtAffixPatternValueComparator()
181 (AffixPatternsForCurrency*)val1.pointer; in decimfmtAffixPatternValueComparator()
182 const AffixPatternsForCurrency* affix_2 = in decimfmtAffixPatternValueComparator()
183 (AffixPatternsForCurrency*)val2.pointer; in decimfmtAffixPatternValueComparator()
548 AffixPatternsForCurrency* affixPtn = new AffixPatternsForCurrency( in setupCurrencyAffixPatterns()
576 AffixPatternsForCurrency* affixPtn = new AffixPatternsForCurrency( in setupCurrencyAffixPatterns()
1109 const AffixPatternsForCurrency* affixPtn = (AffixPatternsForCurrency*)valueTok.pointer; in parseForCurrency()
3019 const AffixPatternsForCurrency* value = (AffixPatternsForCurrency*)valueTok.pointer; in deleteHashForAffixPattern()
3041 const AffixPatternsForCurrency* value = (AffixPatternsForCurrency*)valueTok.pointer; in copyHashForAffixPattern()
3042 AffixPatternsForCurrency* copy = new AffixPatternsForCurrency( in copyHashForAffixPattern()