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

/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java773 if (defaultFormatLocale == null) {
776 return defaultFormatLocale;
834 defaultFormatLocale = defaultCategoryLocale;
916 defaultFormatLocale = newLocale;
1921 private static Locale defaultFormatLocale = null; field in class:Locale

Completed in 2186 milliseconds