src/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java

Print this page
rev 6090 : imported patch 8001205.8001562

*** 327,339 **** break; } tagset.add(token); } - // ensure en-US is there (mandated by the spec, e.g. Collator.getAvailableLocales()) - tagset.add("en-US"); - return tagset; } /** * Lazy load available locales. --- 327,336 ----