• Home
  • Raw
  • Download

Lines Matching refs:fr

175     DateFormatSymbols fr(Locale::getFrench(), status);  in TestSymbols()  local
195 if(en == fr || ! (en != fr) ) { in TestSymbols()
224 fr.setEras(eras, count); in TestSymbols()
225 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols()
230 fr.setMonths(months, count); in TestSymbols()
231 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
236 fr.setShortMonths(shortMonths, count); in TestSymbols()
237 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols()
256 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
258 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
263fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
265 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
270fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols()
272 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
277fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARRO… in TestSymbols()
279 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols()
284 fr.setWeekdays(weekdays, count); in TestSymbols()
285 if( *en.getWeekdays(count) != *fr.getWeekdays(count)) { in TestSymbols()
290 fr.setShortWeekdays(shortWeekdays, count); in TestSymbols()
291 if( *en.getShortWeekdays(count) != *fr.getShortWeekdays(count)) { in TestSymbols()
310 fr.setWeekdays(narrowWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
312 *fr.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
317fr.setWeekdays(standaloneWideWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WID… in TestSymbols()
319 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
324fr.setWeekdays(standaloneShortWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::AB… in TestSymbols()
326 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
331fr.setWeekdays(standaloneNarrowWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::N… in TestSymbols()
333 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols()
352fr.setQuarters(standaloneWideQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WI… in TestSymbols()
354 *fr.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE )) { in TestSymbols()
359fr.setQuarters(standaloneShortQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::A… in TestSymbols()
361 *fr.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
366 fr.setAmPmStrings(ampms, count); in TestSymbols()
367 if( *en.getAmPmStrings(count) != *fr.getAmPmStrings(count)) { in TestSymbols()
373 fr.setZoneStrings(strings, rowCount, columnCount); in TestSymbols()
374 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols()
385 fr.setLocalPatternChars(localPattern); in TestSymbols()
386 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) { in TestSymbols()
395 en = fr; in TestSymbols()
397 if(en != fr) { in TestSymbols()