Lines Matching refs:fr
34 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols() local
47 if(en == fr || ! (en != fr) ) { in testSymbols()
54 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
55 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
60 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols()
61 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
66 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols()
67 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
78 fr.setSymbol(DecimalFormatSymbols::kPercentSymbol, percent); in testSymbols()
79 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
84 fr.setSymbol(DecimalFormatSymbols::kDigitSymbol, digit); in testSymbols()
85 …if(fr.getSymbol(DecimalFormatSymbols::kDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kDigitSy… in testSymbols()
90 fr.setSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol, patternSeparator); in testSymbols()
91 …if(fr.getSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
96 fr.setSymbol(DecimalFormatSymbols::kInfinitySymbol, infinity); in testSymbols()
97 UnicodeString infinity2(fr.getSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSymbols()
103 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan); in testSymbols()
104 UnicodeString nan2(fr.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
110 fr.setSymbol(DecimalFormatSymbols::kMinusSignSymbol, minusSign); in testSymbols()
111 …if(fr.getSymbol(DecimalFormatSymbols::kMinusSignSymbol) != en.getSymbol(DecimalFormatSymbols::kMin… in testSymbols()
116 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential); in testSymbols()
117 …if(fr.getSymbol(DecimalFormatSymbols::kExponentialSymbol) != en.getSymbol(DecimalFormatSymbols::kE… in testSymbols()
130 UnicodeString frCurrencyPattern = fr.getPatternForCurrencySpacing( in testSymbols()
148 UnicodeString frCurrencyPattern = fr.getPatternForCurrencySpacing( in testSymbols()
172 en = fr; in testSymbols()
174 if(en != fr || foo != bar) { in testSymbols()