Searched refs:affix_2 (Results 1 – 2 of 2) sorted by relevance
42 const UnicodeString* affix_2 = (UnicodeString*)val2.pointer; in ValueComparator() local43 return *affix_1 == *affix_2; in ValueComparator()
147 const AffixesForCurrency* affix_2 = 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()160 const AffixPatternsForCurrency* affix_2 = in decimfmtAffixPatternValueComparator() local163 affix_2->negPrefixPatternForCurrency && in decimfmtAffixPatternValueComparator()165 affix_2->negSuffixPatternForCurrency && in decimfmtAffixPatternValueComparator()167 affix_2->posPrefixPatternForCurrency && in decimfmtAffixPatternValueComparator()169 affix_2->posSuffixPatternForCurrency && in decimfmtAffixPatternValueComparator()[all …]