• Home
  • Raw
  • Download

Lines Matching refs:fr

174     DateFormatSymbols fr(Locale::getFrench(), status);  in TestSymbols()  local
194 if(en == fr || ! (en != fr) ) { in TestSymbols()
223 fr.setEras(eras, count); in TestSymbols()
224 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols()
229 fr.setMonths(months, count); in TestSymbols()
230 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
235 fr.setShortMonths(shortMonths, count); in TestSymbols()
236 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols()
255 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
257 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
262fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
264 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
269fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols()
271 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
276fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARRO… in TestSymbols()
278 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols()
283 fr.setWeekdays(weekdays, count); in TestSymbols()
284 if( *en.getWeekdays(count) != *fr.getWeekdays(count)) { in TestSymbols()
289 fr.setShortWeekdays(shortWeekdays, count); in TestSymbols()
290 if( *en.getShortWeekdays(count) != *fr.getShortWeekdays(count)) { in TestSymbols()
309 fr.setWeekdays(narrowWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
311 *fr.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
316fr.setWeekdays(standaloneWideWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WID… in TestSymbols()
318 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
323fr.setWeekdays(standaloneShortWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::AB… in TestSymbols()
325 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
330fr.setWeekdays(standaloneNarrowWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::N… in TestSymbols()
332 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols()
351fr.setQuarters(standaloneWideQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WI… in TestSymbols()
353 *fr.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE )) { in TestSymbols()
358fr.setQuarters(standaloneShortQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::A… in TestSymbols()
360 *fr.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
365 fr.setAmPmStrings(ampms, count); in TestSymbols()
366 if( *en.getAmPmStrings(count) != *fr.getAmPmStrings(count)) { in TestSymbols()
372 fr.setZoneStrings(strings, rowCount, columnCount); in TestSymbols()
373 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols()
384 fr.setLocalPatternChars(localPattern); in TestSymbols()
385 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) { in TestSymbols()
394 en = fr; in TestSymbols()
396 if(en != fr) { in TestSymbols()