Searched defs:AffixesForCurrency (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ddecimfmt.cpp107 struct AffixesForCurrency : public UMemory { struct in inherits:UMemory
119 AffixesForCurrency(const UnicodeString& negPrefix, function in struct:AffixesForCurrency
145 const AffixesForCurrency* affix_1 =
146 (AffixesForCurrency*)val1.pointer;
147 const AffixesForCurrency* affix_2 =
148 (AffixesForCurrency*)val2.pointer;
563 AffixesForCurrency* affix = new AffixesForCurrency(
592 AffixesForCurrency* affix = new AffixesForCurrency(
[all...]

Completed in 41 milliseconds