Searched refs:affix_1 (Results 1 – 2 of 2) sorted by relevance
41 const UnicodeString* affix_1 = (UnicodeString*)val1.pointer; in ValueComparator() local43 return *affix_1 == *affix_2; in ValueComparator()
145 const AffixesForCurrency* affix_1 = in decimfmtAffixValueComparator() local149 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() local162 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 …]