Searched defs:th_TH (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug6683975.java37 private static Locale th_TH = new Locale("th", "TH"); field in class:Bug6683975
56 DateFormat df_th_TH = DateFormat.getDateTimeInstance(style, style, th_TH);
62 System.err.println("Error: Pattern for th locale should be the same as pattern for th_TH locale. (" + stylePattern[style] + ")");
79 System.err.println("Error: Formatted date in th_TH locale is incorrect in " + stylePattern[style] + " pattern.");

Completed in 29 milliseconds