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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java408 * set initLocale, initEncoding and initELC for this FontConfig object
412 initLocale = startupLocale;
422 //the ID of the matched elc setting of "initLocale" in elcIDs table.
433 String language = initLocale.getLanguage();
434 String country = initLocale.getCountry();
456 private Locale initLocale; field in class:FontConfiguration

Completed in 34 milliseconds