Lines Matching full:bundle
18 * constructor which attempts to read resource bundle
27 * 3/13/97 aliu Rewrote to load in entire resource bundle and store
57 * \brief C++ API: Resource Bundle
64 * locale. A resource bundle provides a way of accessing locale- specfic information in
65 * a data file. You create a resource bundle that manages the resources for a given
70 * More on resource bundle concepts and syntax can be found in the
88 * @param locale This is the locale this resource bundle is for. To get resources
91 * and all subsequent calls to that resource bundle will return
111 * Construct a resource bundle for the default bundle in the specified package.
125 * Construct a resource bundle for the ICU default bundle.
133 * Standard constructor, onstructs a resource bundle for the locale-specific
134 * bundle in the specified package.
142 * @param locale The locale for which to open a resource bundle.
153 * @param original The resource bundle to copy.
159 * Constructor from a C UResourceBundle. The resource bundle is
161 * original resource bundle.
163 * @param res A pointer to the C resource bundle.
173 * @param other The resource bundle to copy.
309 * Gets the locale ID of the resource bundle as a string.
312 * @return the locale ID of the resource bundle as a string
417 * @return A version number string as specified in the resource bundle or its parent.
430 * as specified in the resource bundle or its parent.