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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java2832 private static final Object localeFontKey = new Object(); field in class:SunFontManager
2928 if (appContext.get(localeFontKey) == localeFontKey) {
2931 appContext.put(localeFontKey, localeFontKey);
2969 appContext.get(localeFontKey) == localeFontKey;

Completed in 38 milliseconds