HomeSort by relevance Sort by last modified time
    Searched refs:resourceBundle (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/icu/icu4c/source/common/unicode/
ures.h 222 *@param resourceBundle resource bundle containing the desired strings
235 ures_countArrayItems(const UResourceBundle* resourceBundle,
244 * @param resourceBundle a pointer to a resourceBundle struct. Can be NULL.
249 ures_close(UResourceBundle* resourceBundle);
272 * Return the version number associated with this ResourceBundle as a string. Please
275 * @param resourceBundle The resource bundle for which the version is checked.
282 ures_getVersionNumber(const UResourceBundle* resourceBundle);
286 * Return the version number associated with this ResourceBundle as an
300 * Return the name of the Locale associated with this ResourceBundle. This API allow
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsI18N2New.java 26 @Parameters(resourceBundle = "MessageBundle")
  /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/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
Sample40_PopMsg.java 40 UResourceBundle resourceBundle =
47 String pattern = resourceBundle.getString("welcome");
56 String info = resourceBundle.getString("info");
Sample50_PopSort.java 52 UResourceBundle resourceBundle =
59 String pattern = resourceBundle.getString("welcome");
68 String info = resourceBundle.getString("info");
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Messages.java 26 import java.util.ResourceBundle;
112 * @param resourceBundle the class name of the ListResourceBundle
121 Messages(String resourceBundle)
124 m_resourceBundleName = resourceBundle;
295 * Return a named ResourceBundle for a particular locale. This method mimics the behavior
296 * of ResourceBundle.getBundle().
300 * @return the ResourceBundle
304 private ListResourceBundle loadResourceBundle(String resourceBundle)
307 m_resourceBundleName = resourceBundle;
315 ResourceBundle rb
    [all...]
  /external/jcommander/src/main/java/com/beust/jcommander/
Parameters.java 42 String resourceBundle() default "";
ParameterDescription.java 32 import java.util.ResourceBundle;
48 private ResourceBundle m_bundle;
57 ResourceBundle bundle, JCommander jc) {
70 ResourceBundle bundle, JCommander jc) {
81 private ResourceBundle findResourceBundle(Object o) {
82 ResourceBundle result = null;
85 if (p != null && ! isEmpty(p.resourceBundle())) {
86 result = ResourceBundle.getBundle(p.resourceBundle(), Locale.getDefault());
88 com.beust.jcommander.ResourceBundle a = o.getClass().getAnnotation
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerTest.groovy 95 ResourceBundle resourceBundle = ftpServer.replyTextBundle
96 assert resourceBundle.getString("110") == "Testing123"
127 ResourceBundle replyTextBundle
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandlerTest.java 27 import java.util.ResourceBundle;
240 ResourceBundle resourceBundle = new ListResourceBundle() {
246 simpleCompositeCommandHandler.setReplyTextBundle(resourceBundle);
247 assertSame("1", resourceBundle, replyTextBundleAwareCommandHandler1.getReplyTextBundle());
248 assertSame("2", resourceBundle, replyTextBundleAwareCommandHandler1.getReplyTextBundle());
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerTest.java 27 import java.util.ResourceBundle;
73 ResourceBundle resourceBundle = commandHandler.getReplyTextBundle();
74 assertEquals("110", "Testing123", resourceBundle.getString("110"));
  /libcore/ojluni/src/main/java/java/util/logging/
LogRecord.java 61 * <li> The ResourceBundle is not transmitted as part of the serialized
141 private transient ResourceBundle resourceBundle;
209 * This is the ResourceBundle that should be used to localize
212 * ResourceBundle is available.
215 public ResourceBundle getResourceBundle() {
216 return resourceBundle;
224 public void setResourceBundle(ResourceBundle bundle) {
225 resourceBundle = bundle;
231 * This is the name for the ResourceBundle that should b
    [all...]
  /external/icu/icu4c/source/common/
uresimp.h 140 * @param resourceBundle a resource
251 * Return the version number associated with this ResourceBundle as a string.
253 * @param resourceBundle The resource bundle for which the version is checked.
259 ures_getVersionNumberInternal(const UResourceBundle *resourceBundle);
262 * Return the name of the Locale associated with this ResourceBundle. This API allows
270 * @param resourceBundle resource bundle in question
275 ures_getLocaleInternal(const UResourceBundle* resourceBundle,
uresbund.cpp     [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandlerTest.java 21 import java.util.ResourceBundle;
243 ResourceBundle resourceBundle = new ListResourceBundle() {
249 simpleCompositeCommandHandler.setReplyTextBundle(resourceBundle);
250 assertSame("1", resourceBundle, replyTextBundleAwareCommandHandler1.getReplyTextBundle());
251 assertSame("2", resourceBundle, replyTextBundleAwareCommandHandler1.getReplyTextBundle());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerTest.java 20 import java.util.ResourceBundle;
135 ResourceBundle resourceBundle = commandHandler.getReplyTextBundle();
136 assertEquals("110", "Testing123", resourceBundle.getString("110"));
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DataBinder.java 21 import android.databinding.tool.store.ResourceBundle;
46 public DataBinder(ResourceBundle resourceBundle) {
48 for (Map.Entry<String, List<ResourceBundle.LayoutFileBundle>> entry :
49 resourceBundle.getLayoutBundles().entrySet()) {
50 for (ResourceBundle.LayoutFileBundle bundle : entry.getValue()) {
  /external/kotlinc/lib/
annotations-13.0.jar 
  /prebuilts/devtools/tools/lib/
annotations-12.0.jar 
  /prebuilts/gradle-plugin/org/jetbrains/annotations/13.0/
annotations-13.0.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
annotations-13.0.jar 
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/annotations/13.0/
annotations-13.0.jar 
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 281 milliseconds

1 2 3 4 5 6 7