Searched refs:getDisplayName (Results 26 - 50 of 60) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/util/
H A DBuddhistCalendar.java176 public String getDisplayName(int field, int style, Locale locale) { method in class:BuddhistCalendar
178 return super.getDisplayName(field, style, locale);
H A DTimeZoneNameUtility.java221 names[i] = tznp.getDisplayName(id, i>=3, i%2, locale);
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DEra.java96 public String getDisplayName(Locale locale) { method in class:Era
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java995 public String getDisplayName() { method in class:PolicyParser.PrincipalEntry
996 return getDisplayName(false);
999 public String getDisplayName(boolean addQuote) { method in class:PolicyParser.PrincipalEntry
1011 return getDisplayClass() + "/" + getDisplayName();
1013 return getDisplayName();
1056 getDisplayName(true));
/openjdk7/jdk/src/share/classes/java/util/
H A DCurrency.java534 public String getDisplayName() { method in class:Currency
535 return getDisplayName(Locale.getDefault(Locale.Category.DISPLAY));
549 public String getDisplayName(Locale locale) { method in class:Currency
638 return currencyNameProvider.getDisplayName(key, locale);
H A DLocale.java1193 * @see #getDisplayName
1736 public final String getDisplayName() { method in class:Locale
1737 return getDisplayName(getDefault(Category.DISPLAY));
1760 public String getDisplayName(Locale inLocale) { method in class:Locale
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DBytecodeNode.java65 this.setDisplayName(this.getDisplayName() + " (" + nodes.size() + " nodes)");
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java299 testName = testLocale.getDisplayName();
305 testName = testLocale.getDisplayName(inLocale);
649 * the getDisplayName method asks the default locale for a display name. The Japanese
700 String name = localesToTest[i].getDisplayName(Locale.US);
708 String name = localesToTest[i].getDisplayName(new Locale("es", "ES"));
716 String name = localesToTest[i].getDisplayName(Locale.FRANCE);
941 if (!loc.getDisplayName(Locale.US).equals(englishDisplayNames[i]))
943 englishDisplayNames[i] + ", got " + loc.getDisplayName());
944 if (!loc.getDisplayName(loc).equals(norwegianDisplayNames[i]))
947 loc.getDisplayName(lo
[all...]
H A DLocaleEnhanceTest.java680 displayNameEnglish[i], loc.getDisplayName(Locale.ENGLISH));
682 displayNameSimplifiedChinese[i], loc.getDisplayName(Locale.CHINA));
/openjdk7/jdk/src/share/classes/java/beans/
H A DFeatureDescriptor.java86 public String getDisplayName() { method in class:FeatureDescriptor
172 return getDisplayName();
/openjdk7/jdk/test/sun/util/resources/TimeZone/
H A DBug4640234.java255 new String[] {locale.getDisplayName(), ISOCode})};
260 new String[] {locale.getDisplayName(), ISOCode}), ""};
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java60 this.displayName = getDisplayName(commandLine);
63 private static String getDisplayName(String commandLine) { method in class:LocalVirtualMachine
H A DVMPanel.java407 String displayName = getDisplayName();
631 public String getDisplayName() { method in class:VMPanel
632 return proxyClient.getDisplayName();
H A DSummaryTab.java145 append(Messages.CONNECTION_NAME, vmPanel.getDisplayName());
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java156 public abstract String getDisplayName(); method in class:ShellFolder
426 return (isFileSystem() ? super.toString() : getDisplayName());
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDefaultSwatchChooserPanel.java68 public String getDisplayName() { method in class:DefaultSwatchChooserPanel
97 * <code>getDisplayName</code> that should be visually identified as the
106 * the <code>getDisplayName</code>.
149 getDisplayName());
H A DColorChooserPanel.java155 public String getDisplayName() { method in class:ColorChooserPanel
/openjdk7/jdk/make/tools/swing-beans/
H A DGenSwingBeanInfo.java293 if (!pds[i].getDisplayName().equals(pds[i].getName())) {
294 code += " sun.swing.BeanInfoUtils.DISPLAYNAME, \"" + pds[i].getDisplayName() + "\",\n";
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java143 * given locale. It falls back to Locale.getDisplayName() and
152 localeName = locale.getDisplayName();
/openjdk7/jdk/src/share/classes/java/net/
H A DNetworkInterface.java245 public String getDisplayName() { method in class:NetworkInterface
/openjdk7/jdk/test/java/util/Currency/
H A DCurrencyTest.java242 throw new RuntimeException("getDisplayName(NULL) did not throw an NPE.");
258 String name = Currency.getInstance(currencyCode).getDisplayName(locale);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java173 list.add(panel.getDisplayName());
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java238 Locale.getDefault(Category.DISPLAY).getDisplayName());
240 Locale.getDefault(Category.FORMAT).getDisplayName());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicColorChooserUI.java297 String name = newPanels[i].getDisplayName();
/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java188 name = getShellFolder(f).getDisplayName();

Completed in 119 milliseconds

123