Searched defs:getLocale (Results 26 - 50 of 61) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageWriteParam.java411 public Locale getLocale() { method in class:ImageWriteParam
1114 * <code>getLocale</code>.
1377 * <code>Locale</code> returned by <code>getLocale</code>, if it
H A DImageWriter.java285 * @see #getLocale
317 public Locale getLocale() { method in class:ImageWriter
336 * ImageWriteParam(getLocale())</code>.
347 return new ImageWriteParam(getLocale());
1648 warningLocales = ImageReader.addToList(warningLocales, getLocale());
H A DImageReader.java477 * @see #getLocale
506 public Locale getLocale() { method in class:ImageReader
1843 warningLocales = addToList(warningLocales, getLocale());
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DSpecialCaseMap.java271 public Locale getLocale() { method in class:SpecialCaseMap
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DConfigurationImpl.java515 public Locale getLocale() { method in class:ConfigurationImpl
517 return ((com.sun.tools.javadoc.RootDocImpl)root).getLocale();
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/
H A DCodePointInputMethod.java457 public Locale getLocale() { method in class:CodePointInputMethod
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java340 return PropertyState.is(getLocale());
446 Locale getLocale() { method in class:XMLSchemaValidatorComponentManager
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java786 public Locale getLocale() throws IllegalComponentStateException { method in class:ProgressMonitor.AccessibleProgressMonitor
789 return accessibleJOptionPane.getLocale();
/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...]
/openjdk7/jdk/src/share/classes/java/text/
H A DMessageFormat.java162 * <td headers="sc">{@link NumberFormat#getInstance(Locale) NumberFormat.getInstance}{@code (getLocale())}
165 * <td headers="sc">{@link NumberFormat#getIntegerInstance(Locale) NumberFormat.getIntegerInstance}{@code (getLocale())}
168 * <td headers="sc">{@link NumberFormat#getCurrencyInstance(Locale) NumberFormat.getCurrencyInstance}{@code (getLocale())}
171 * <td headers="sc">{@link NumberFormat#getPercentInstance(Locale) NumberFormat.getPercentInstance}{@code (getLocale())}
174 * <td headers="sc">{@code new} {@link DecimalFormat#DecimalFormat(String,DecimalFormatSymbols) DecimalFormat}{@code (subformatPattern,} {@link DecimalFormatSymbols#getInstance(Locale) DecimalFormatSymbols.getInstance}{@code (getLocale()))}
178 * <td headers="sc">{@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
181 * <td headers="sc">{@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#SHORT}{@code , getLocale())}
184 * <td headers="sc">{@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
187 * <td headers="sc">{@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#LONG}{@code , getLocale())}
190 * <td headers="sc">{@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#FULL}{@code , getLocale())}
410 public Locale getLocale() { method in class:MessageFormat
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DFault1_2Impl.java152 Locale thisLocale = getLocale(textElement);
241 Locale thisLocale = getLocale(textElement);
274 Locale thisLocale = getLocale(textElement);
470 private static Locale getLocale(SOAPElement reasonText) { method in class:Fault1_2Impl
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DConfiguration.java729 public abstract Locale getLocale(); method in class:Configuration
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java553 public Locale getLocale() { method in class:DOMConfigurationImpl
555 } // getLocale():Locale
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXML11NonValidatingConfiguration.java796 public Locale getLocale() { method in class:XML11NonValidatingConfiguration
798 } // getLocale():Locale
H A DXML11Configuration.java961 return PropertyState.is(getLocale());
1009 public Locale getLocale() { method in class:XML11Configuration
1011 } // getLocale():Locale
H A DXML11DTDConfiguration.java870 public Locale getLocale() { method in class:XML11DTDConfiguration
872 } // getLocale():Locale
/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextSupport.java737 public synchronized Locale getLocale() { return locale; } method in class:BeanContextSupport
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java411 public Locale getLocale() { method in class:ResourceBundle
537 Locale getLocale() { method in class:ResourceBundle.CacheKey
1429 Locale targetLocale = cacheKey.getLocale();
1582 key.getLocale(),
1658 cacheKey.getLocale());
/openjdk7/jdk/src/share/classes/java/awt/
H A DMenuComponent.java625 public java.util.Locale getLocale() { method in class:MenuComponent.AccessibleAWTMenuComponent
628 return ((Component)parent).getLocale();
H A DList.java1562 public Locale getLocale() { method in class:List.AccessibleAWTList.AccessibleAWTListChild
1563 return parent.getLocale();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java117 * {@link java.awt.im.spi.InputMethod#getLocale getLocale} method
151 * <li>by {@link java.awt.im.InputContext#getLocale InputContext.getLocale} and
158 public Locale getLocale() { method in class:CInputMethod
425 attribString.addAttribute(Attribute.LANGUAGE, getLocale(), 0, aString.length());
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethod.java181 public Locale getLocale() { method in class:WInputMethod
324 getLocale();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java491 public Locale getLocale() { method in class:XMLSchemaLoader
493 } // getLocale(): Locale
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java1058 public Locale getLocale() { method in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
1061 return ac.getLocale();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java127 public Locale getLocale() { method in class:DTDParser

Completed in 177 milliseconds

123