Home | History | Annotate | Download | only in unicode

Lines Matching defs:ResourceBundle

74  * The ResourceBundle class is not suitable for subclassing.
78 class U_COMMON_API ResourceBundle : public UObject {
90 * ResourceBundle passing Locale::FRENCH for the "locale" parameter,
106 ResourceBundle(const UnicodeString& packageName,
121 ResourceBundle(const UnicodeString& packageName,
130 ResourceBundle(UErrorCode &err);
146 ResourceBundle(const char* packageName,
156 ResourceBundle(const ResourceBundle &original);
167 ResourceBundle(UResourceBundle *res,
176 ResourceBundle&
177 operator=(const ResourceBundle& other);
182 virtual ~ResourceBundle();
195 ResourceBundle *clone() const;
332 * @return ResourceBundle object.
335 ResourceBundle
367 * @return ResourceBundle object. If there is an error, resource is invalid.
370 ResourceBundle
392 * @return ResourceBundle object. If there is an error, resource is invalid.
395 ResourceBundle
414 * Return the version number associated with this ResourceBundle as a string. Please
427 ResourceBundle as a UVersionInfo array.
438 * Return the Locale associated with this ResourceBundle.
448 * Return the Locale associated with this ResourceBundle.
464 ResourceBundle
482 ResourceBundle(); // default constructor not implemented