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 classprivate static final class(package private) static classprivate static final classprivate static final classprivate static final class(package private) static classFields in com.ibm.icu.impl declared as ICUResourceBundleModifier and TypeFieldDescriptionprivate ICUResourceBundleTimeZoneNamesImpl._zoneStringsprivate final ICUResourceBundleLocaleDisplayNamesImpl.ICUDataTable.bundleprivate ICUResourceBundleICUResourceBundle.containerprivate ICUResourceBundleICUCurrencyMetaInfo.digitInfoprivate final ICUResourceBundleICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.rbprivate ICUResourceBundleICUCurrencyMetaInfo.regionInfoprivate static final ICUResourceBundleTZDBTimeZoneNames.ZONESTRINGSFields in com.ibm.icu.impl with type parameters of type ICUResourceBundleModifier and TypeFieldDescriptionprivate static CacheBase<String, ICUResourceBundle, ICUResourceBundle.Loader> ICUResourceBundle.BUNDLE_CACHEMethods in com.ibm.icu.impl that return ICUResourceBundleModifier and TypeMethodDescriptionICUResourceBundle.at(int index) static ICUResourceBundleICUResourceBundle.createBundle(String baseName, String localeID, ClassLoader root) Create a bundle using a reader.protected final ICUResourceBundleICUResourceBundleImpl.createBundleObject(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) private static final ICUResourceBundleICUResourceBundle.findResourceWithFallback(String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) private static final ICUResourceBundleICUResourceBundle.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) ICUResourceBundleICUResourceBundle.get(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected static ICUResourceBundleICUResourceBundle.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 ICUResourceBundleICUResourceBundle.getAliasedResource(String rpath, ClassLoader loaderToUse, String baseName, String[] keys, int depth, String[] baseKeyPath, HashMap<String, String> aliasesVisited, UResourceBundle requested) private static ICUResourceBundleICUResourceBundle.getBundle(ICUResourceBundleReader reader, String baseName, String localeID, ClassLoader loader) static ICUResourceBundleICUResourceBundle.getBundleInstance(String baseName, ULocale locale, ICUResourceBundle.OpenType openType) static ICUResourceBundleICUResourceBundle.getBundleInstance(String baseName, String localeID, ClassLoader root, boolean disableFallback) static ICUResourceBundleICUResourceBundle.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 ICUResourceBundleICUResourceBundle.instantiateBundle(String baseName, String localeID, String origLocaleID, String defaultID, ClassLoader root, ICUResourceBundle.OpenType openType) (package private) abstract ICUResourceBundleICUResourceBundle.Loader.load()Methods in com.ibm.icu.impl with parameters of type ICUResourceBundleModifier and TypeMethodDescriptionprivate <T> voidICUCurrencyMetaInfo.collectRegion(ICUCurrencyMetaInfo.Collector<T> collector, CurrencyMetaInfo.CurrencyFilter filter, int needed, ICUResourceBundle b) private static final ICUResourceBundleICUResourceBundle.findResourceWithFallback(String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) protected static ICUResourceBundleICUResourceBundle.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 longICUCurrencyMetaInfo.getDate(ICUResourceBundle b, long defaultValue, boolean endOfDay) (package private) static TZDBTimeZoneNames.TZDBNamesTZDBTimeZoneNames.TZDBNames.getInstance(ICUResourceBundle zoneStrings, String key) static StringICUResourceTableAccess.getTableString(ICUResourceBundle bundle, String tableName, String subtableName, String item, String defaultValue) Utility to fetch locale display data from resource bundle tables.(package private) voidTimeZoneNamesImpl.ZNamesLoader.loadMetaZone(ICUResourceBundle zoneStrings, String mzID) (package private) voidTimeZoneNamesImpl.ZNamesLoader.loadNames(ICUResourceBundle zoneStrings, String key) (package private) voidTimeZoneNamesImpl.ZNamesLoader.loadTimeZone(ICUResourceBundle zoneStrings, String tzID) Constructors in com.ibm.icu.impl with parameters of type ICUResourceBundleModifierConstructorDescriptionICUCurrencyDisplayInfo(ULocale locale, ICUResourceBundle rb, boolean fallback) protectedICUResourceBundle(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 voidChineseDateFormatSymbols.initializeData(ULocale loc, ICUResourceBundle b, String calendarType) Deprecated.ICU 50protected voidDateFormatSymbols.initializeData(ULocale desiredLocale, ICUResourceBundle b, String calendarType) Deprecated.This API is ICU internal only.private static StringMeasureFormat.loadNumericDurationFormat(ICUResourceBundle r, String type) Constructors in com.ibm.icu.text with parameters of type ICUResourceBundleModifierConstructorDescriptionprivateDateFormatSymbols(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 ICUResourceBundleLocaleData.bundleprivate ICUResourceBundleLocaleData.langBundle