src/share/classes/sun/util/resources/LocaleData.java

Print this page
rev 6352 : imported patch 7162007

*** 97,106 **** --- 97,114 ---- public TimeZoneNamesBundle getTimeZoneNames(Locale locale) { return (TimeZoneNamesBundle) getBundle(type.getUtilResourcesPackage() + ".TimeZoneNames", locale); } /** + * Gets a break iterator info resource bundle, using privileges + * to allow accessing a sun.* package. + */ + public ResourceBundle getBreakIteratorInfo(Locale locale) { + return getBundle(type.getTextResourcesPackage() + ".BreakIteratorInfo", locale); + } + + /** * Gets a collation data resource bundle, using privileges * to allow accessing a sun.* package. */ public ResourceBundle getCollationData(Locale locale) { return getBundle(type.getTextResourcesPackage() + ".CollationData", locale);