Lines Matching full:en
186 DateFormatSymbols en(Locale::getEnglish(), status); in TestSymbols() local
192 if(en == fr || ! (en != fr) ) { in TestSymbols()
199 const UnicodeString *eras = en.getEras(count); in TestSymbols()
205 const UnicodeString *eraNames = en.getEraNames(eraNamesCount); in TestSymbols()
213 const UnicodeString *narrowEras = en.getNarrowEras(narrowErasCount); in TestSymbols()
222 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols()
226 const UnicodeString *months = en.getMonths(count); in TestSymbols()
228 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
232 const UnicodeString *shortMonths = en.getShortMonths(count); in TestSymbols()
234 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols()
238 …const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols()
240 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
245 …const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols()
247 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
252 …const UnicodeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols… in TestSymbols()
254 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) != in TestSymbols()
259 …const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateF… in TestSymbols()
261 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
266 …const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,Date… in TestSymbols()
268 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
273 …const UnicodeString *standaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,Dat… in TestSymbols()
275 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) != in TestSymbols()
280 const UnicodeString *weekdays = en.getWeekdays(count); in TestSymbols()
282 if( *en.getWeekdays(count) != *fr.getWeekdays(count)) { in TestSymbols()
286 const UnicodeString *shortWeekdays = en.getShortWeekdays(count); in TestSymbols()
288 if( *en.getShortWeekdays(count) != *fr.getShortWeekdays(count)) { in TestSymbols()
292 …const UnicodeString *wideWeekdays = en.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbo… in TestSymbols()
294 if( *en.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
299 …const UnicodeString *abbrWeekdays = en.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbo… in TestSymbols()
301 if( *en.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
306 …const UnicodeString *narrowWeekdays = en.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSym… in TestSymbols()
308 if( *en.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) != in TestSymbols()
313 …const UnicodeString *standaloneWideWeekdays = en.getWeekdays(count,DateFormatSymbols::STANDALONE,D… in TestSymbols()
315 if( *en.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
320 …const UnicodeString *standaloneShortWeekdays = en.getWeekdays(count,DateFormatSymbols::STANDALONE,… in TestSymbols()
322 if( *en.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
327 …const UnicodeString *standaloneNarrowWeekdays = en.getWeekdays(count,DateFormatSymbols::STANDALONE… in TestSymbols()
329 if( *en.getWeekdays(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) != in TestSymbols()
334 …const UnicodeString *wideQuarters = en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymb… in TestSymbols()
336 if( *en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE) != in TestSymbols()
341 …const UnicodeString *abbrQuarters = en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymb… in TestSymbols()
343 if( *en.getQuarters(count,DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED) != in TestSymbols()
348 …const UnicodeString *standaloneWideQuarters = en.getQuarters(count,DateFormatSymbols::STANDALONE, … in TestSymbols()
350 if( *en.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE) != in TestSymbols()
355 …const UnicodeString *standaloneShortQuarters = en.getQuarters(count,DateFormatSymbols::STANDALONE,… in TestSymbols()
357 if( *en.getQuarters(count,DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED) != in TestSymbols()
362 const UnicodeString *ampms = en.getAmPmStrings(count); in TestSymbols()
364 if( *en.getAmPmStrings(count) != *fr.getAmPmStrings(count)) { in TestSymbols()
369 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount); in TestSymbols()
381 localPattern = en.getLocalPatternChars(localPattern); in TestSymbols()
383 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) { in TestSymbols()
392 en = fr; in TestSymbols()
394 if(en != fr) { in TestSymbols()