Searched defs:LOCALE (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DAbstractResourceBundle.java51 public static final String LOCALE = "com.sun.xml.internal.fastinfoset.locale"; field in class:AbstractResourceBundle
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java152 public static final String LOCALE = field in class:XMLDTDLoader
163 LOCALE
312 else if (propertyId.equals(LOCALE)) {
364 else if (propertyId.equals(LOCALE)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java160 protected static final String LOCALE = field in class:SchemaParsingConfig
332 LOCALE
471 if (LOCALE.equals(propertyId)) {
487 if (LOCALE.equals(propertyId)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java123 private static final String LOCALE = field in class:XMLSchemaValidatorComponentManager
339 if (LOCALE.equals(propertyId)) {
376 else if (LOCALE.equals(propertyId)) {
460 fComponents.put(LOCALE, null);
467 fComponents.put(LOCALE, null);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDTDConfiguration.java184 protected static final String LOCALE = field in class:DTDConfiguration
331 LOCALE
417 if (LOCALE.equals(propertyId)) {
425 if (LOCALE.equals(propertyId)) {
H A DNonValidatingConfiguration.java157 protected static final String LOCALE = field in class:NonValidatingConfiguration
313 LOCALE
383 if (LOCALE.equals(propertyId)) {
392 if (LOCALE.equals(propertyId)) {
H A DXML11Configuration.java274 protected static final String LOCALE = field in class:XML11Configuration
536 LOCALE,
960 if (LOCALE.equals(propertyId)) {
975 if (LOCALE.equals(propertyId)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java215 protected static final String LOCALE = field in class:XMLSchemaLoader
239 LOCALE,
457 else if (propertyId.equals(LOCALE)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java223 protected static final String LOCALE = field in class:XSDHandler
708 fAnnotationValidator.setProperty(LOCALE, locale);
3520 // or LOCALE properties unless they've actually changed.
3528 if (currentLocale != fSchemaParser.getProperty(LOCALE)) {
3529 fSchemaParser.setProperty(LOCALE, currentLocale);
3531 fAnnotationValidator.setProperty(LOCALE, currentLocale);

Completed in 87 milliseconds