Uses of Class
com.ibm.icu.util.UResourceBundle
Packages that use UResourceBundle
Package
Description
-
Uses of UResourceBundle in com.ibm.icu.dev.test.perf
Fields in com.ibm.icu.dev.test.perf declared as UResourceBundle -
Uses of UResourceBundle in com.ibm.icu.impl
Subclasses of UResourceBundle in com.ibm.icu.implModifier and TypeClassDescriptionclass(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 classfinal classjust a wrapper for Java ListResourceBundles andMethods in com.ibm.icu.impl that return UResourceBundleModifier and TypeMethodDescriptionprotected UResourceBundleICUResourceBundleImpl.ResourceContainer.createBundleObject(int index, String resKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) ResourceBundleWrapper.getParent()PluralRulesLoader.getPluralBundle()Return the plurals resource.protected UResourceBundleICUResourceBundleImpl.ResourceArray.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceArray.handleGet(String indexStr, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceTable.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceTable.handleGet(String resKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) private static UResourceBundleOlsonTimeZone.loadRule(UResourceBundle top, String ruleid) static UResourceBundleZoneMeta.openOlsonResource(UResourceBundle top, String id) Given an ID and the top-level resource of the zoneinfo resource, open the appropriate resource for the given time zone.Methods in com.ibm.icu.impl with parameters of type UResourceBundleModifier and TypeMethodDescriptionprivate voidOlsonTimeZone.construct(UResourceBundle top, UResourceBundle res, String id) protected final ICUResourceBundleICUResourceBundleImpl.createBundleObject(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceContainer.createBundleObject(int index, String resKey, 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) private static final StringICUResourceBundle.findStringWithFallback(String path, UResourceBundle actualBundle, UResourceBundle requested) Like findResourceWithFallback(...).getString() but with minimal creation of intermediate ICUResourceBundle objects.(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 voidICUResourceBundle.getAllItemsWithFallback(UResource.Key key, ICUResourceBundleReader.ReaderValue readerValue, UResource.Sink sink, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceArray.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceArray.handleGet(String indexStr, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceTable.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) protected UResourceBundleICUResourceBundleImpl.ResourceTable.handleGet(String resKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) private static UResourceBundleOlsonTimeZone.loadRule(UResourceBundle top, String ruleid) static UResourceBundleZoneMeta.openOlsonResource(UResourceBundle top, String id) Given an ID and the top-level resource of the zoneinfo resource, open the appropriate resource for the given time zone.Constructors in com.ibm.icu.impl with parameters of type UResourceBundleModifierConstructorDescriptionOlsonTimeZone(UResourceBundle top, UResourceBundle res, String id) Construct from a resource bundle -
Uses of UResourceBundle in com.ibm.icu.impl.breakiter
Methods in com.ibm.icu.impl.breakiter with parameters of type UResourceBundleModifier and TypeMethodDescriptionstatic LSTMBreakEngine.LSTMDataLSTMBreakEngine.createData(UResourceBundle bundle) private voidMlBreakEngine.initKeyValue(UResourceBundle rb, String keyName, String valueName, HashMap<String, Integer> map) In the machine learning's model file, specify the name of the key and value to load the corresponding feature and its score.Constructors in com.ibm.icu.impl.breakiter with parameters of type UResourceBundle -
Uses of UResourceBundle in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as UResourceBundleMethods in com.ibm.icu.impl.coll that return UResourceBundleModifier and TypeMethodDescriptionprivate static final UResourceBundleCollationLoader.findWithFallback(UResourceBundle table, String entryName) Methods in com.ibm.icu.impl.coll with parameters of type UResourceBundleModifier and TypeMethodDescriptionprivate static final UResourceBundleCollationLoader.findWithFallback(UResourceBundle table, String entryName) (package private) voidCollationTailoring.setRulesResource(UResourceBundle res) Not thread-safe, call only before sharing. -
Uses of UResourceBundle in com.ibm.icu.impl.locale
Methods in com.ibm.icu.impl.locale with parameters of type UResourceBundleModifier and TypeMethodDescriptionprivate static voidKeyTypeData.getKeyInfo(UResourceBundle keyInfoRes) Reads keyInfo{ deprecated{ kh{"true"} vt{"true"} } valueType{ ca{"incremental"} h0{"single"} kr{"multiple"} vt{"multiple"} x0{"any"} } }private static voidKeyTypeData.getTypeInfo(UResourceBundle typeInfoRes) Reads: typeInfo{ deprecated{ co{ direct{"true"} } tz{ camtr{"true"} } } } -
Uses of UResourceBundle in com.ibm.icu.samples.iuc
Methods in com.ibm.icu.samples.iuc that return UResourceBundleModifier and TypeMethodDescriptionstatic UResourceBundleSupplementalUtilities.getICUSupplementalData()Open ICU supplemental data -
Uses of UResourceBundle in com.ibm.icu.util
Fields in com.ibm.icu.util declared as UResourceBundleMethods in com.ibm.icu.util that return UResourceBundleModifier and TypeMethodDescriptionprotected UResourceBundleUResourceBundle.findTopLevel(int index) Deprecated.This API is ICU internal only.protected UResourceBundleUResourceBundle.findTopLevel(String aKey) Deprecated.This API is ICU internal only.UResourceBundle.get(int index) Returns the resource in a given resource at the specified index.Returns a resource in a given resource that has a given key.static UResourceBundleUResourceBundle.getBundleInstance(ULocale locale) Creates a UResourceBundle for the locale specified, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName) Creates a UResourceBundle for the default locale and specified base name, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, ULocale locale) Creates a UResourceBundle, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, ULocale locale, ClassLoader loader) Creates a UResourceBundle, from which users can extract resources by using their corresponding keys.
Note: Please use this API for loading non-ICU resources.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, String localeName) Creates a resource bundle using the specified base name and locale.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root) Creates a resource bundle using the specified base name, locale, and class root.protected static UResourceBundleUResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root, boolean disableFallback) Creates a resource bundle using the specified base name, locale, and class root.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, Locale locale) Creates a UResourceBundle for the specified locale and specified base name, from which users can extract resources by using their corresponding keys.static UResourceBundleUResourceBundle.getBundleInstance(String baseName, Locale locale, ClassLoader loader) Creates a UResourceBundle for the specified locale and specified base name, from which users can extract resources by using their corresponding keys.protected abstract UResourceBundleUResourceBundle.getParent()Returns the parent bundleprotected UResourceBundleUResourceBundle.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given index.protected UResourceBundleUResourceBundle.handleGet(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given key.protected static UResourceBundleUResourceBundle.instantiateBundle(String baseName, String localeName, ClassLoader root, boolean disableFallback) Loads a new resource bundle for the given base name, locale and class loader.private static UResourceBundleLocaleData.measurementTypeBundleForLocale(ULocale locale, String measurementType) Utility for getMeasurementSystem and getPaperSizeUResourceBundleIterator.next()Returns the next element of this iterator if this iterator object has at least one more element to provideMethods in com.ibm.icu.util with parameters of type UResourceBundleModifier and TypeMethodDescriptionprotected UResourceBundleUResourceBundle.handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given index.protected UResourceBundleUResourceBundle.handleGet(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) Actual worker method for fetching a resource based on the given key.private ObjectUResourceBundle.handleGetObjectImpl(String aKey, UResourceBundle requested) Override the superclass methodprivate ObjectUResourceBundle.resolveObject(String aKey, UResourceBundle requested) Constructors in com.ibm.icu.util with parameters of type UResourceBundleModifierConstructorDescriptionConstruct a resource bundle iterator for the given resource bundle