Uses of Class
com.ibm.icu.impl.ICUResourceBundle
Packages that use ICUResourceBundle
-
Uses of ICUResourceBundle in com.ibm.icu.impl
Subclasses of ICUResourceBundle in com.ibm.icu.implModifier and TypeClassDescription(package private) class
(package private) static class
private static final class
(package private) static class
private static final class
private static final class
private static final class
(package private) static class
Fields in com.ibm.icu.impl declared as ICUResourceBundleModifier and TypeFieldDescriptionprivate ICUResourceBundle
TimeZoneNamesImpl._zoneStrings
private final ICUResourceBundle
LocaleDisplayNamesImpl.ICUDataTable.bundle
private ICUResourceBundle
ICUResourceBundle.container
private ICUResourceBundle
ICUCurrencyMetaInfo.digitInfo
private final ICUResourceBundle
ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.rb
private ICUResourceBundle
ICUCurrencyMetaInfo.regionInfo
private static final ICUResourceBundle
TZDBTimeZoneNames.ZONESTRINGS
Fields in com.ibm.icu.impl with type parameters of type ICUResourceBundleModifier and TypeFieldDescriptionprivate static CacheBase
<String, ICUResourceBundle, ICUResourceBundle.Loader> ICUResourceBundle.BUNDLE_CACHE
Methods in com.ibm.icu.impl that return ICUResourceBundleModifier and TypeMethodDescriptionICUResourceBundle.at
(int index) static ICUResourceBundle
ICUResourceBundle.createBundle
(String baseName, String localeID, ClassLoader root) Create a bundle using a reader.protected final ICUResourceBundle
ICUResourceBundleImpl.createBundleObject
(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) private static final ICUResourceBundle
ICUResourceBundle.findResourceWithFallback
(String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) private static final ICUResourceBundle
ICUResourceBundle.findResourceWithFallback
(String path, UResourceBundle actualBundle, UResourceBundle requested) ICUResourceBundle.findTopLevel
(int index) ICUResourceBundle.findTopLevel
(String aKey) ICUResourceBundle.findWithFallback
(String path) Like getWithFallback, but returns null if the resource is not found instead of throwing an exception.(package private) ICUResourceBundle
ICUResourceBundle.get
(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected static ICUResourceBundle
ICUResourceBundle.getAliasedResource
(ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) Returns the resource object referred to from the alias _resource int's path string.protected static ICUResourceBundle
ICUResourceBundle.getAliasedResource
(String rpath, ClassLoader loaderToUse, String baseName, String[] keys, int depth, String[] baseKeyPath, HashMap<String, String> aliasesVisited, UResourceBundle requested) private static ICUResourceBundle
ICUResourceBundle.getBundle
(ICUResourceBundleReader reader, String baseName, String localeID, ClassLoader loader) static ICUResourceBundle
ICUResourceBundle.getBundleInstance
(String baseName, ULocale locale, ICUResourceBundle.OpenType openType) static ICUResourceBundle
ICUResourceBundle.getBundleInstance
(String baseName, String localeID, ClassLoader root, boolean disableFallback) static ICUResourceBundle
ICUResourceBundle.getBundleInstance
(String baseName, String localeID, ClassLoader root, ICUResourceBundle.OpenType openType) ICUResourceBundle.getParent()
ICUResourceBundle.getWithFallback
(String path) This method performs multilevel fallback for fetching items from the bundle e.g: If resource is in the form de__PHONEBOOK{ collations{ default{ "phonebook"} } } If the value of "default" key needs to be accessed, then do:UResourceBundle bundle = UResourceBundle.getBundleInstance("de__PHONEBOOK"); ICUResourceBundle result = null; if(bundle instanceof ICUResourceBundle){ result = ((ICUResourceBundle) bundle).getWithFallback("collations/default"); }
private static ICUResourceBundle
ICUResourceBundle.instantiateBundle
(String baseName, String localeID, String origLocaleID, String defaultID, ClassLoader root, ICUResourceBundle.OpenType openType) (package private) abstract ICUResourceBundle
ICUResourceBundle.Loader.load()
Methods in com.ibm.icu.impl with parameters of type ICUResourceBundleModifier and TypeMethodDescriptionprivate <T> void
ICUCurrencyMetaInfo.collectRegion
(ICUCurrencyMetaInfo.Collector<T> collector, CurrencyMetaInfo.CurrencyFilter filter, int needed, ICUResourceBundle b) private static final ICUResourceBundle
ICUResourceBundle.findResourceWithFallback
(String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) protected static ICUResourceBundle
ICUResourceBundle.getAliasedResource
(ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) Returns the resource object referred to from the alias _resource int's path string.private long
ICUCurrencyMetaInfo.getDate
(ICUResourceBundle b, long defaultValue, boolean endOfDay) (package private) static TZDBTimeZoneNames.TZDBNames
TZDBTimeZoneNames.TZDBNames.getInstance
(ICUResourceBundle zoneStrings, String key) static String
ICUResourceTableAccess.getTableString
(ICUResourceBundle bundle, String tableName, String subtableName, String item, String defaultValue) Utility to fetch locale display data from resource bundle tables.(package private) void
TimeZoneNamesImpl.ZNamesLoader.loadMetaZone
(ICUResourceBundle zoneStrings, String mzID) (package private) void
TimeZoneNamesImpl.ZNamesLoader.loadNames
(ICUResourceBundle zoneStrings, String key) (package private) void
TimeZoneNamesImpl.ZNamesLoader.loadTimeZone
(ICUResourceBundle zoneStrings, String tzID) Constructors in com.ibm.icu.impl with parameters of type ICUResourceBundleModifierConstructorDescriptionICUCurrencyDisplayInfo
(ULocale locale, ICUResourceBundle rb, boolean fallback) protected
ICUResourceBundle
(ICUResourceBundle container, String key) -
Uses of ICUResourceBundle in com.ibm.icu.impl.personname
Methods in com.ibm.icu.impl.personname with parameters of type ICUResourceBundleModifier and TypeMethodDescriptionprivate String[]
PersonNameFormatterImpl.asStringArray
(ICUResourceBundle resource) Returns the value of the resource, as a string array. -
Uses of ICUResourceBundle in com.ibm.icu.text
Fields in com.ibm.icu.text declared as ICUResourceBundleMethods in com.ibm.icu.text with parameters of type ICUResourceBundleModifier and TypeMethodDescriptionprotected void
ChineseDateFormatSymbols.initializeData
(ULocale loc, ICUResourceBundle b, String calendarType) Deprecated.ICU 50protected void
DateFormatSymbols.initializeData
(ULocale desiredLocale, ICUResourceBundle b, String calendarType) Deprecated.This API is ICU internal only.private static String
MeasureFormat.loadNumericDurationFormat
(ICUResourceBundle r, String type) Constructors in com.ibm.icu.text with parameters of type ICUResourceBundleModifierConstructorDescriptionprivate
DateFormatSymbols
(ULocale desiredLocale, ICUResourceBundle b, String calendarType) Private, for cache.getInstance(). -
Uses of ICUResourceBundle in com.ibm.icu.util
Fields in com.ibm.icu.util declared as ICUResourceBundleModifier and TypeFieldDescriptionprivate ICUResourceBundle
LocaleData.bundle
private ICUResourceBundle
LocaleData.langBundle