Home
last modified time | relevance | path

Searched refs:affix_1 (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dcurrpinf.cpp41 const UnicodeString* affix_1 = (UnicodeString*)val1.pointer; in ValueComparator() local
43 return *affix_1 == *affix_2; in ValueComparator()
Ddecimfmt.cpp145 const AffixesForCurrency* affix_1 = in decimfmtAffixValueComparator() local
149 return affix_1->negPrefixForCurrency == affix_2->negPrefixForCurrency && in decimfmtAffixValueComparator()
150 affix_1->negSuffixForCurrency == affix_2->negSuffixForCurrency && in decimfmtAffixValueComparator()
151 affix_1->posPrefixForCurrency == affix_2->posPrefixForCurrency && in decimfmtAffixValueComparator()
152 affix_1->posSuffixForCurrency == affix_2->posSuffixForCurrency; in decimfmtAffixValueComparator()
158 const AffixPatternsForCurrency* affix_1 = in decimfmtAffixPatternValueComparator() local
162 return affix_1->negPrefixPatternForCurrency == in decimfmtAffixPatternValueComparator()
164 affix_1->negSuffixPatternForCurrency == in decimfmtAffixPatternValueComparator()
166 affix_1->posPrefixPatternForCurrency == in decimfmtAffixPatternValueComparator()
168 affix_1->posSuffixPatternForCurrency == in decimfmtAffixPatternValueComparator()
[all …]