Lines Matching refs:fr
36 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols() local
49 if(en == fr || ! (en != fr) ) { in testSymbols()
56 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
57 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
62 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols()
63 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
68 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols()
69 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
74 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
75 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
80 fr.setSymbol(DecimalFormatSymbols::kPercentSymbol, percent); in testSymbols()
81 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
86 fr.setSymbol(DecimalFormatSymbols::kDigitSymbol, digit); in testSymbols()
87 …if(fr.getSymbol(DecimalFormatSymbols::kDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kDigitSy… in testSymbols()
92 fr.setSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol, patternSeparator); in testSymbols()
93 …if(fr.getSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
98 fr.setSymbol(DecimalFormatSymbols::kInfinitySymbol, infinity); in testSymbols()
99 UnicodeString infinity2(fr.getSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSymbols()
105 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan); in testSymbols()
106 UnicodeString nan2(fr.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
112 fr.setSymbol(DecimalFormatSymbols::kMinusSignSymbol, minusSign); in testSymbols()
113 …if(fr.getSymbol(DecimalFormatSymbols::kMinusSignSymbol) != en.getSymbol(DecimalFormatSymbols::kMin… in testSymbols()
118 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential); in testSymbols()
119 …if(fr.getSymbol(DecimalFormatSymbols::kExponentialSymbol) != en.getSymbol(DecimalFormatSymbols::kE… in testSymbols()
132 UnicodeString frCurrencyPattern = fr.getPatternForCurrencySpacing( in testSymbols()
150 UnicodeString frCurrencyPattern = fr.getPatternForCurrencySpacing( in testSymbols()
174 en = fr; in testSymbols()
176 if(en != fr || foo != bar) { in testSymbols()