Searched defs:ResourceBundle (Results 1 - 11 of 11) sorted by path

/external/chromium_org/third_party/icu/source/common/
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...]
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,
/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...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DResourceBundle.java20 class ResourceBundle { class
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc76 ResourceBundle* g_shared_instance_ = NULL;
80 ResourceBundle& rb = ResourceBundle::GetSharedInstance();
117 // ResourceBundle on demand for a given |resource_id|. If the bitmap for the
123 class ResourceBundle::ResourceBundleImageSource : public gfx::ImageSkiaSource {
125 ResourceBundleImageSource(ResourceBundle* rb, int resource_id)
159 ResourceBundle* rb_;
166 std::string ResourceBundle::InitSharedInstanceWithLocale(
179 void ResourceBundle::InitSharedInstanceWithPakFileRegion(
193 void ResourceBundle
580 ResourceBundle::ResourceBundle(Delegate* delegate) function in class:ui::ResourceBundle
[all...]
H A Dresource_bundle.h40 // ResourceBundle is a central facility to load images and other resources,
42 class UI_BASE_EXPORT ResourceBundle { class in namespace:ui
123 // Initialize the ResourceBundle for this process. Does not take ownership of
130 // the files are hardcoded in ResourceBundle. Fix it to allow to specify which
138 // Initialize the ResourceBundle using the given file region. If |region| is
146 // Initialize the ResourceBundle using given data pack path for testing.
149 // Delete the ResourceBundle for this process if it exists.
156 static ResourceBundle& GetSharedInstance();
161 // Registers additional data pack files with this ResourceBundle. When
184 // Changes the locale for an already-initialized ResourceBundle, returnin
[all...]
/external/icu/icu4c/source/common/
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...]
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,
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 347 milliseconds