• Home
  • Raw
  • Download

Lines Matching refs:fr

38     DecimalFormatSymbols fr(Locale::getFrench(), status);  in testSymbols()  local
51 if(en == fr || ! (en != fr) ) { in testSymbols()
58 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
59 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
64 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols()
65 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols()
71 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
77 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
82 fr.setSymbol(DecimalFormatSymbols::kPercentSymbol, percent); in testSymbols()
83 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
88 fr.setSymbol(DecimalFormatSymbols::kDigitSymbol, digit); in testSymbols()
89 …if(fr.getSymbol(DecimalFormatSymbols::kDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kDigitSy… in testSymbols()
94 fr.setSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol, patternSeparator); in testSymbols()
95 …if(fr.getSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
100 fr.setSymbol(DecimalFormatSymbols::kInfinitySymbol, infinity); in testSymbols()
101 UnicodeString infinity2(fr.getSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSymbols()
107 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan); in testSymbols()
108 UnicodeString nan2(fr.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
114 fr.setSymbol(DecimalFormatSymbols::kMinusSignSymbol, minusSign); in testSymbols()
115 …if(fr.getSymbol(DecimalFormatSymbols::kMinusSignSymbol) != en.getSymbol(DecimalFormatSymbols::kMin… in testSymbols()
120 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential); in testSymbols()
121 …if(fr.getSymbol(DecimalFormatSymbols::kExponentialSymbol) != en.getSymbol(DecimalFormatSymbols::kE… in testSymbols()
134 UnicodeString frCurrencyPattern = fr.getPatternForCurrencySpacing( in testSymbols()
152 UnicodeString frCurrencyPattern = fr.getPatternForCurrencySpacing( in testSymbols()
176 en = fr; in testSymbols()
178 if(en != fr || foo != bar) { in testSymbols()