HomeSort by relevance Sort by last modified time
    Searched full:resourcebundle (Results 1 - 25 of 514) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
ReplyTextBundleAware.java 18 import java.util.ResourceBundle;
21 * Interface for objects that allow getting and setting a reply text ResourceBundle. This
23 * set the default reply text ResourceBundle for the CommandHandler.
32 * Return the ResourceBundle containing the reply text messages
35 public ResourceBundle getReplyTextBundle();
38 * Set the ResourceBundle containing the reply text messages
41 public void setReplyTextBundle(ResourceBundle replyTextBundle);
ReplyTextBundleUtil.java 20 import java.util.ResourceBundle;
23 * Contains common utility method to conditionally set the reply text ResourceBundle on a
34 * <code>ResourceBundle</code> if and only if the <code>commandHandler</code> implements the
39 * @param replyTextBundle - the ResourceBundle to use for localizing reply text
43 public static void setReplyTextBundleIfAppropriate(CommandHandler commandHandler, ResourceBundle replyTextBundle) {
AbstractCommandHandler.java 22 import java.util.ResourceBundle;
34 private ResourceBundle replyTextBundle;
37 // Support for reply text ResourceBundle
41 * Return the ResourceBundle containing the reply text messages
46 public ResourceBundle getReplyTextBundle() {
51 * Set the ResourceBundle containing the reply text messages
54 * @see ReplyTextBundleAware#setReplyTextBundle(java.util.ResourceBundle)
56 public void setReplyTextBundle(ResourceBundle replyTextBundle) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
ReplyTextBundleAware.java 18 import java.util.ResourceBundle;
21 * Interface for objects that allow getting and setting a reply text ResourceBundle. This
23 * set the default reply text ResourceBundle for the CommandHandler.
32 * Return the ResourceBundle containing the reply text messages
35 public ResourceBundle getReplyTextBundle();
38 * Set the ResourceBundle containing the reply text messages
41 public void setReplyTextBundle(ResourceBundle replyTextBundle);
ReplyTextBundleUtil.java 18 import java.util.ResourceBundle;
23 * Contains common utility method to conditionally set the reply text ResourceBundle on a
34 * <code>ResourceBundle</code> if and only if the <code>commandHandler</code> implements the
39 * @param replyTextBundle - the ResourceBundle to use for localizing reply text
43 public static void setReplyTextBundleIfAppropriate(CommandHandler commandHandler, ResourceBundle replyTextBundle) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/support/
P.java 3 import java.util.ResourceBundle;
19 ResourceBundle b = ResourceBundle.getBundle(cls.getName());
  /external/icu/icu4c/source/common/
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...]
resbund_cnv.cpp 25 ResourceBundle::ResourceBundle( const UnicodeString& path,
33 ResourceBundle::ResourceBundle( const UnicodeString& path,
41 ResourceBundle::constructForLocale(const UnicodeString& path,
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessExpressions.java 28 import android.databinding.tool.store.ResourceBundle;
60 ResourceBundle resourceBundle;
62 resourceBundle = new ResourceBundle(buildInfo.modulePackage());
66 intermediate.appendTo(resourceBundle);
75 mine.updateOverridden(resourceBundle);
78 mine.appendTo(resourceBundle);
82 writeResourceBundle(resourceBundle, buildInfo.isLibrary(), buildInfo.minSdk(),
145 private void writeResourceBundle(ResourceBundle resourceBundle, boolean forLibraryModule
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
Messages.java 12 import java.util.ResourceBundle;
19 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
Messages.java 20 import java.util.ResourceBundle;
27 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME);
  /libcore/ojluni/src/main/java/sun/security/util/
ResourcesMgr.java 33 private static java.util.ResourceBundle bundle;
36 private static java.util.ResourceBundle altBundle;
44 new java.security.PrivilegedAction<java.util.ResourceBundle>() {
45 public java.util.ResourceBundle run() {
47 return java.util.ResourceBundle.getBundle(Resources.class.getName());
61 new java.security.PrivilegedAction<java.util.ResourceBundle>() {
62 public java.util.ResourceBundle run() {
63 return (java.util.ResourceBundle.getBundle(altBundleName));
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
java.util.ResourceBundle.html 10 java.util.ResourceBundle
74 Class java.util.<A HREF="../../../../reference/java/util/ResourceBundle.html" target="_top"><font size="+2"><code>ResourceBundle</code></font></A>
86 <A NAME="java.util.ResourceBundle.clearCache_changed()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/java/util/ResourceBundle.html#clearCache()" target="_top"><code>clearCache</code></A>() </nobr>
96 <A NAME="java.util.ResourceBundle.clearCache_changed(java.lang.ClassLoader)"></A>
97 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/java/util/ResourceBundle.html#clearCache(java.lang.ClassLoader)" target="_top"><code>clearCache</code></A>(<code>ClassLoader</code>) </nobr>
106 <A NAME="java.util.ResourceBundle.getBundle_changed(java.lang.String)"></A>
107 <nobr><code>ResourceBundle</code>&nbsp;<A HREF="../../../../reference/java/util/ResourceBundle.html#getBundle(java.lang.String)" target="_top"><code>getBundle</code></A>(<code>String</code>) < (…)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
OverlayBundle.java 13 import java.util.ResourceBundle;
16 * A ResourceBundle that overlays one hierarchy atop another. This is
37 * data for a country using the standard ResourceBundle mechanism is
47 * The OverlayBundle is implemented as an array of n ResourceBundle
57 * method as in ResourceBundle). Instead of specifying a single base
59 * exactly as you would use ResourceBundle.
61 * @see java.util.ResourceBundle
70 public class OverlayBundle extends ResourceBundle {
87 private ResourceBundle[] bundles;
100 bundles = new ResourceBundle[baseNames.length]
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
OverlayBundle.java 12 import java.util.ResourceBundle;
15 * A ResourceBundle that overlays one hierarchy atop another. This is
36 * data for a country using the standard ResourceBundle mechanism is
46 * The OverlayBundle is implemented as an array of n ResourceBundle
56 * method as in ResourceBundle). Instead of specifying a single base
58 * exactly as you would use ResourceBundle.
60 * @see java.util.ResourceBundle
68 public class OverlayBundle extends ResourceBundle {
85 private ResourceBundle[] bundles;
98 bundles = new ResourceBundle[baseNames.length]
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
datamap.cpp 31 delete (ResourceBundle *)obj;
75 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status);
91 fData->put(UnicodeString(key, keyLen), new ResourceBundle(t, status), status);
100 const ResourceBundle *RBDataMap::getItem(const char* key, UErrorCode &status) const
107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey);
118 const ResourceBundle *r = getItem(key, status);
129 const ResourceBundle *r = getItem(key, status);
140 const ResourceBundle *r = getItem(key, status);
150 const ResourceBundle *r = getItem(key, status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.h 17 /* C API TEST FOR RESOURCEBUNDLE */
30 * Test construction of ResourceBundle accessing a custom test resource-file
creststn.h 12 * Madhu Katragadda 05/09/2000 Ported Tests for New ResourceBundle API
18 /* C TEST FOR NEW RESOURCEBUNDLE API*/
40 * Test construction of ResourceBundle accessing a custom test resource-file
  /external/icu/icu4c/source/test/intltest/
restest.h 13 * Tests for class ResourceBundle
27 * Test construction of ResourceBundle accessing a custom test resource-file
restsnew.h 13 * Tests for class ResourceBundle
27 * Test construction of ResourceBundle accessing a custom test resource-file
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
P.java 20 import java.util.ResourceBundle;
36 ResourceBundle b = ResourceBundle.getBundle(cls.getName());
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicIMDescriptor.java 14 import java.util.ResourceBundle;
37 ResourceBundle rb = ResourceBundle.getBundle("com.ibm.icu.dev.tool.ime.indic.DisplayNames",
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/
JaCoCo.java 14 import java.util.ResourceBundle;
36 final ResourceBundle bundle = ResourceBundle
  /external/proguard/src/proguard/gui/
GUIResources.java 24 import java.util.ResourceBundle;
34 private static final ResourceBundle messages = ResourceBundle.getBundle(GUIResources.class.getName());

Completed in 7122 milliseconds

1 2 3 4 5 6 7 8 91011>>