Searched refs:localized (Results 1 - 25 of 52) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDatatypeMessages_fr.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DXPointerMessages_it.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DJAXPValidationMessages_fr.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DSAXMessages_de.properties29 # This file stores localized messages for the Xerces
H A DXPointerMessages_pt_BR.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DDOMMessages_fr.properties29 # This file stores localized messages for the Xerces
H A DDatatypeMessages_de.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_es.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_it.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_pt_BR.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_sv.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DDatatypeMessages_zh_CN.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DJAXPValidationMessages_de.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_es.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_it.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_pt_BR.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_sv.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_zh_CN.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DJAXPValidationMessages_zh_TW.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
H A DSAXMessages_fr.properties29 # This file stores localized messages for the Xerces
H A DXPointerMessages_de.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DXPointerMessages_fr.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DXPointerMessages_sv.properties29 # This file stores localized messages for the Xerces XPointer implementation.
/openjdk7/jdk/src/share/classes/java/awt/
H A DCursor.java322 String localized = (String)systemCustomCursorProperties.getProperty(prefix + DotNameSuffix);
324 if (localized == null) localized = name;
349 final String flocalized = localized;
399 // Lookup localized name.
426 * @return a localized description of this cursor.
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java64 * currency amounts ($123). All of these can be localized.
86 * read from localized <code>ResourceBundle</code>s.
131 * localized minus sign (<code>'-'</code> in most locales) is used as the
166 * <p>The characters listed here are used in non-localized patterns. Localized
170 * are not localized.
174 * location, localized, and meaning.">
260 * formatted using the localized minus sign, <em>not</em> the prefix and suffix
300 * characters starting with the localized zero digit defined in the
338 * <strong>// Print out a number using the localized number, integer, currency,
424 * @param pattern A non-localized patter
2136 appendAffix(StringBuffer buffer, String affixPattern, String expAffix, boolean localized) argument
2185 appendAffix(StringBuffer buffer, String affix, boolean localized) argument
2223 toPattern(boolean localized) argument
2336 applyPattern(String pattern, boolean localized) argument
[all...]

Completed in 63 milliseconds

123