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

/external/chromium_org/third_party/icu/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...]
H A Durename.h2099 #define ResourceBundle U_ICU_ENTRY_POINT_RENAME(ResourceBundle) macro
/external/icu4c/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/chromium_org/third_party/icu/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.cpp61 * ResourceBundle statically keeps track of which files have been
71 * The ResourceBundle parsing mechanism is implemented as a transition
120 * once a ResourceBundle object is constructed, the inheritance path
125 * someone. So when a ResourceBundle for xx_YY_zz is constructed,
137 * ResourceBundle supports TableCollation as a special case. This
138 * involves having special ResourceBundle objects which DO own their
140 * ResourceBundle cache (these are already cached in the
143 * interpretation, from the standpoint of ResourceBundle. .ctx files
144 * are loaded into otherwise ordinary ResourceBundle objects. They
155 * resources are read straight into the ResourceBundle objec
173 ResourceBundle::ResourceBundle(UErrorCode &err) function in class:ResourceBundle
179 ResourceBundle::ResourceBundle(const ResourceBundle &other) function in class:ResourceBundle
192 ResourceBundle::ResourceBundle(UResourceBundle *res, UErrorCode& err) function in class:ResourceBundle
203 ResourceBundle::ResourceBundle(const char* path, const Locale& locale, UErrorCode& err) function in class:ResourceBundle
[all...]
/external/icu4c/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.cpp61 * ResourceBundle statically keeps track of which files have been
71 * The ResourceBundle parsing mechanism is implemented as a transition
120 * once a ResourceBundle object is constructed, the inheritance path
125 * someone. So when a ResourceBundle for xx_YY_zz is constructed,
137 * ResourceBundle supports TableCollation as a special case. This
138 * involves having special ResourceBundle objects which DO own their
140 * ResourceBundle cache (these are already cached in the
143 * interpretation, from the standpoint of ResourceBundle. .ctx files
144 * are loaded into otherwise ordinary ResourceBundle objects. They
155 * resources are read straight into the ResourceBundle objec
173 ResourceBundle::ResourceBundle(UErrorCode &err) function in class:ResourceBundle
179 ResourceBundle::ResourceBundle(const ResourceBundle &other) function in class:ResourceBundle
192 ResourceBundle::ResourceBundle(UResourceBundle *res, UErrorCode& err) function in class:ResourceBundle
203 ResourceBundle::ResourceBundle(const char* path, const Locale& locale, UErrorCode& err) function in class:ResourceBundle
[all...]
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.h39 // ResourceBundle is a central facility to load images and other resources,
41 class UI_EXPORT ResourceBundle { class in namespace:ui
117 // Initialize the ResourceBundle for this process. Does not take ownership of
124 // the files are hardcoded in ResourceBundle. Fix it to allow to specify which
134 // Initialize the ResourceBundle using given file. The second argument
135 // controls whether or not ResourceBundle::LoadCommonResources is called.
141 // Initialize the ResourceBundle using given data pack path for testing.
144 // Delete the ResourceBundle for this process if it exists.
151 static ResourceBundle& GetSharedInstance();
156 // Registers additional data pack files with this ResourceBundle
[all...]
H A Dresource_bundle.cc53 ResourceBundle* g_shared_instance_ = NULL;
58 // ResourceBundle on demand for a given |resource_id|. If the bitmap for the
64 class ResourceBundle::ResourceBundleImageSource : public gfx::ImageSkiaSource {
66 ResourceBundleImageSource(ResourceBundle* rb, int resource_id)
107 ResourceBundle* rb_;
114 std::string ResourceBundle::InitSharedInstanceWithLocale(
116 DCHECK(g_shared_instance_ == NULL) << "ResourceBundle initialized twice";
117 g_shared_instance_ = new ResourceBundle(delegate);
125 std::string ResourceBundle::InitSharedInstanceLocaleOnly(
127 DCHECK(g_shared_instance_ == NULL) << "ResourceBundle initialize
496 ResourceBundle::ResourceBundle(Delegate* delegate) function in class:ui::ResourceBundle
[all...]

Completed in 382 milliseconds