Searched defs:_locale (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/localization/
H A DLocalizer.java42 private final Locale _locale; field in class:Localizer
50 _locale = l;
55 return _locale;
72 bundle = ResourceBundle.getBundle(bundlename, _locale);
89 _locale);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/localization/
H A DLocalizer.java42 private final Locale _locale; field in class:Localizer
50 _locale = l;
55 return _locale;
72 bundle = ResourceBundle.getBundle(bundlename, _locale);
89 _locale);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeSortRecord.java50 * specifies a different language (will be updated iff _locale is updated).
69 protected Locale _locale; field in class:NodeSortRecord

Completed in 91 milliseconds