Searched refs:localeEG (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/java/text/Format/DateFormat/
H A DBug4823811.java37 private static Locale localeEG = new Locale("ar", "EG"); field in class:Bug4823811
366 testDateFormatFormattingInRTL(pattern, i, j, null, localeEG, false);
369 testDateFormatParsingInRTL(pattern, i, j, null, localeEG, false);
392 DecimalFormat dfEG = (DecimalFormat)NumberFormat.getInstance(localeEG);
422 testDateFormatFormattingInLTR(pattern, i, j, dfEG, localeEG, false);
425 testDateFormatParsingInLTR(pattern, i, j, dfEG, localeEG, false);
442 DecimalFormat dfEG = (DecimalFormat)NumberFormat.getInstance(localeEG);
460 testDateFormatFormattingInRTL(pattern, i, j, dfEG, localeEG, false);
463 testDateFormatParsingInRTL(pattern, i, j, dfEG, localeEG, false);
680 NumberFormat nfEG = NumberFormat.getInstance(localeEG);
[all...]

Completed in 36 milliseconds