Searched defs:ResourceBundle (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dresbund.h74 * The ResourceBundle class is not suitable for subclassing.
78 class U_COMMON_API ResourceBundle : public UObject { class in inherits: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(UResourceBundl
[all...]
/external/icu/icu4c/source/common/
H A Dresbund_cnv.cpp25 ResourceBundle::ResourceBundle( const UnicodeString& path, function in class:ResourceBundle
33 ResourceBundle::ResourceBundle( const UnicodeString& path, function in class:ResourceBundle
41 ResourceBundle::constructForLocale(const UnicodeString& path,
H A Dresbund.cpp64 * ResourceBundle statically keeps track of which files have been
74 * The ResourceBundle parsing mechanism is implemented as a transition
123 * once a ResourceBundle object is constructed, the inheritance path
128 * someone. So when a ResourceBundle for xx_YY_zz is constructed,
140 * ResourceBundle supports TableCollation as a special case. This
141 * involves having special ResourceBundle objects which DO own their
143 * ResourceBundle cache (these are already cached in the
146 * interpretation, from the standpoint of ResourceBundle. .ctx files
147 * are loaded into otherwise ordinary ResourceBundle objects. They
158 * resources are read straight into the ResourceBundle objec
176 ResourceBundle::ResourceBundle(UErrorCode &err) function in class:ResourceBundle
182 ResourceBundle::ResourceBundle(const ResourceBundle &other) function in class:ResourceBundle
195 ResourceBundle::ResourceBundle(UResourceBundle *res, UErrorCode& err) function in class:ResourceBundle
206 ResourceBundle::ResourceBundle(const char* path, const Locale& locale, UErrorCode& err) function in class:ResourceBundle
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 138 milliseconds