HomeSort by relevance Sort by last modified time
    Searched defs:ResourceBundle (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
resbund_cnv.cpp 25 ResourceBundle::ResourceBundle( const UnicodeString& path,
33 ResourceBundle::ResourceBundle( const UnicodeString& path,
41 ResourceBundle::constructForLocale(const UnicodeString& path,
resbund.cpp 61 * 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 object
    [all...]
  /external/icu/icu4c/source/common/
resbund_cnv.cpp 25 ResourceBundle::ResourceBundle( const UnicodeString& path,
33 ResourceBundle::ResourceBundle( const UnicodeString& path,
41 ResourceBundle::constructForLocale(const UnicodeString& path,
resbund.cpp 64 * 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 object
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
resbund.h 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
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
resbund.h 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
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
ResourceBundle.java 20 class ResourceBundle {
  /external/chromium_org/ui/base/resource/
resource_bundle.h 39 // ResourceBundle is a central facility to load images and other resources,
41 class UI_BASE_EXPORT ResourceBundle {
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 the given file region. If |region| is
145 // Initialize the ResourceBundle using given data pack path for testing.
148 // Delete the ResourceBundle for this process if it exists.
155 static ResourceBundle& GetSharedInstance();
160 // Registers additional data pack files with this ResourceBundle. When
183 // Changes the locale for an already-initialized ResourceBundle, returning th
    [all...]
resource_bundle.cc 76 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(
176 std::string ResourceBundle::InitSharedInstanceLocaleOnly(
185 void ResourceBundle::InitSharedInstanceWithPakFileRegion
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ResourceBundleTest.java 28 import java.util.ResourceBundle;
37 ResourceBundle.Control c = ResourceBundle.Control.getControl(ResourceBundle.Control.FORMAT_DEFAULT);
43 * java.util.ResourceBundle#getBundle(java.lang.String,
47 ResourceBundle bundle;
52 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR"));
55 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "v1"));
58 bundle = ResourceBundle.getBundle(name, new Locale("fr", "US", "VAR"));
61 bundle = ResourceBundle.getBundle(name, new Locale("de", "FR", "VAR"))
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 31 * {@code ResourceBundle} is an abstract class which is the superclass of classes which
44 * handled by a language-specific {@code ResourceBundle}.</li>
47 * the language bundle need to be handled by a country-specific {@code ResourceBundle}.
80 public abstract class ResourceBundle {
87 * The parent of this {@code ResourceBundle} that is used if this bundle doesn't
90 protected ResourceBundle parent;
96 static class MissingBundle extends ResourceBundle {
108 private static final ResourceBundle MISSING = new MissingBundle();
110 private static final ResourceBundle MISSINGBASE = new MissingBundle();
112 private static final WeakHashMap<Object, Hashtable<String, ResourceBundle>> cach
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 

Completed in 2102 milliseconds

1 2