Searched refs:getLocale (Results 1 - 25 of 128) sorted by relevance

123456

/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug4177489Test.java53 Locale l = rb.getLocale();
60 if (!loc.equals(rb2.getLocale())) {
61 errln("ResourceBundle didn't return proper locale name:"+rb2.getLocale());
66 if (!loc.equals(rb3.getLocale())) {
67 errln("ResourceBundle didn't return proper locale name for property bundle:"+rb3.getLocale());
H A DBug6190861.java52 Locale messagesLocale = messages.getLocale();
/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DLanguageCallback.java60 * @see #getLocale
76 public Locale getLocale() { method in class:LanguageCallback
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DValidationContext.java65 public Locale getLocale(); method in interface:ValidationContext
/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputContext.java40 * getLocale lets a client component obtain the locale of the current input method
156 * {@link java.awt.im.spi.InputMethod#getLocale()} method returns null.
162 * <code>getLocale</code> assumes that the current locale of all native
169 public Locale getLocale() { method in class:InputContext
/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethod.java77 * {@link java.awt.im.spi.InputMethod#getLocale getLocale} method
92 * <li>by {@link java.awt.im.InputContext#getLocale InputContext.getLocale} and
99 public Locale getLocale(); method in interface:InputMethod
/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DProcessingEnvironment.java135 Locale getLocale(); method in interface:ProcessingEnvironment
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorModel.java85 return UIManager.getString(this.prefix + suffix + "Text", component.getLocale()); // NON-NLS: default postfix
89 Object value = UIManager.get(this.prefix + suffix, component.getLocale());
H A DAbstractColorChooserPanel.java219 Object value = UIManager.get(key, getLocale());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java166 throw new NullPointerException(JAXPValidationMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
170 throw new IllegalArgumentException(JAXPValidationMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
222 throw new SAXException(JAXPValidationMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
244 throw new NullPointerException(JAXPValidationMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
248 throw new IllegalArgumentException(JAXPValidationMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
299 throw new NullPointerException(JAXPValidationMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
312 SAXMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
317 SAXMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
326 throw new NullPointerException(JAXPValidationMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
334 SAXMessageFormatter.formatMessage(fXMLSchemaLoader.getLocale(),
[all...]
H A DValidatorImpl.java127 throw new NullPointerException(JAXPValidationMessageFormatter.formatMessage(fComponentManager.getLocale(),
132 throw new IllegalArgumentException(JAXPValidationMessageFormatter.formatMessage(fComponentManager.getLocale(),
168 SAXMessageFormatter.formatMessage(fComponentManager.getLocale(),
187 SAXMessageFormatter.formatMessage(fComponentManager.getLocale(),
195 SAXMessageFormatter.formatMessage(fComponentManager.getLocale(),
218 SAXMessageFormatter.formatMessage(fComponentManager.getLocale(),
236 SAXMessageFormatter.formatMessage(fComponentManager.getLocale(),
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DTextSyntax.java101 public Locale getLocale() { method in class:TextSyntax
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java178 * @see java.awt.im.InputContext#getLocale
180 public Locale getLocale() { method in class:InputContext
182 return inputMethod.getLocale();
184 return inputMethodLocator.getLocale();
517 Locale newLocale = newLocator.getLocale();
518 if (newLocale != null && inputMethodLocator.getLocale() != newLocale) {
528 Locale savedLocale = inputMethodLocator.getLocale();
548 savedLocale = inputMethod.getLocale();
571 if (newLocator.getLocale() == null && savedLocale != null &&
766 getInputMethodDisplayName(getLocale(), SunToolki
[all...]
H A DInputMethodLocator.java99 Locale getLocale() { method in class:InputMethodLocator
160 * not include '\n'. If getLocale is not null, getLocale().toString()
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParser.java451 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
456 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
500 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
505 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
537 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
542 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
588 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
593 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
H A DAbstractSAXParser.java1550 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1586 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1639 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1672 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1677 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1829 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1834 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1880 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1898 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
1922 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLGrammarLoader.java113 public Locale getLocale(); method in interface:XMLGrammarLoader
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParserConfiguration.java251 public Locale getLocale(); method in interface:XMLParserConfiguration
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/res/
H A DXMLMessages.java67 public Locale getLocale() method in class:XMLMessages
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponentOrientation.java169 * <li>Use the ResourceBundle.getLocale to determine the bundle's
188 result = getOrientation(bdl.getLocale());
/openjdk7/jdk/test/java/awt/im/InputContext/
H A Dbug4625203.java77 locale = ((JButton) e.getSource()).getInputContext().getLocale();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserImpl.java481 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(), "schema-already-specified", new Object[] {name}));
506 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(), "schema-not-supported", null));
515 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(), "schema-already-specified", new Object[] {name}));
526 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
639 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
644 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
660 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
665 SAXMessageFormatter.formatMessage(fConfiguration.getLocale(),
/openjdk7/jdk/src/share/classes/java/applet/
H A DApplet.java377 public Locale getLocale() { method in class:Applet
378 Locale locale = super.getLocale();
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocLocale.java93 locale = getLocale();
108 private Locale getLocale() { method in class:DocLocale
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DMessages.java134 private Locale getLocale() method in class:Messages

Completed in 396 milliseconds

123456