Searched refs:affix_1 (Results 1 – 4 of 4) sorted by relevance
42 const UnicodeString* affix_1 = (UnicodeString*)val1.pointer; in ValueComparator() local44 return *affix_1 == *affix_2; in ValueComparator()
207 const AffixesForCurrency* affix_1 = in decimfmtAffixValueComparator() local211 return affix_1->negPrefixForCurrency == affix_2->negPrefixForCurrency && in decimfmtAffixValueComparator()212 affix_1->negSuffixForCurrency == affix_2->negSuffixForCurrency && in decimfmtAffixValueComparator()213 affix_1->posPrefixForCurrency == affix_2->posPrefixForCurrency && in decimfmtAffixValueComparator()214 affix_1->posSuffixForCurrency == affix_2->posSuffixForCurrency; in decimfmtAffixValueComparator()220 const AffixPatternsForCurrency* affix_1 = in decimfmtAffixPatternValueComparator() local224 return affix_1->negPrefixPatternForCurrency == in decimfmtAffixPatternValueComparator()226 affix_1->negSuffixPatternForCurrency == in decimfmtAffixPatternValueComparator()228 affix_1->posPrefixPatternForCurrency == in decimfmtAffixPatternValueComparator()230 affix_1->posSuffixPatternForCurrency == in decimfmtAffixPatternValueComparator()[all …]