Lines Matching refs:fr
136 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols() local
156 if(en == fr || ! (en != fr) ) { in TestSymbols()
185 fr.setEras(eras, count); in TestSymbols()
186 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols()
191 fr.setMonths(months, count); in TestSymbols()
192 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
197 fr.setShortMonths(shortMonths, count); in TestSymbols()
198 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols()
217 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
219 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
224 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
226 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
231 …fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols()
233 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
238 …fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARRO… in TestSymbols()
240 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols()
245 fr.setWeekdays(weekdays, count); in TestSymbols()
246 if( *en.getWeekdays(count) != *fr.getWeekdays(count)) { in TestSymbols()
251 fr.setShortWeekdays(shortWeekdays, count); in TestSymbols()
252 if( *en.getShortWeekdays(count) != *fr.getShortWeekdays(count)) { in TestSymbols()
271 fr.setWeekdays(narrowWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
273 *fr.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
278 …fr.setWeekdays(standaloneWideWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WID… in TestSymbols()
280 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
285 …fr.setWeekdays(standaloneShortWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::AB… in TestSymbols()
287 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
292 …fr.setWeekdays(standaloneNarrowWeekdays, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::N… in TestSymbols()
294 *fr.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols()
313 …fr.setQuarters(standaloneWideQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WI… in TestSymbols()
315 *fr.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE )) { in TestSymbols()
320 …fr.setQuarters(standaloneShortQuarters, count, DateFormatSymbols::STANDALONE, DateFormatSymbols::A… in TestSymbols()
322 *fr.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
327 fr.setAmPmStrings(ampms, count); in TestSymbols()
328 if( *en.getAmPmStrings(count) != *fr.getAmPmStrings(count)) { in TestSymbols()
334 fr.setZoneStrings(strings, rowCount, columnCount); in TestSymbols()
335 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols()
346 fr.setLocalPatternChars(localPattern); in TestSymbols()
347 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) { in TestSymbols()
356 en = fr; in TestSymbols()
358 if(en != fr) { in TestSymbols()