OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resourcebundle
(Results
126 - 150
of
514
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/common/
uresimp.h
138
* @param
resourceBundle
a resource
253
* Return the version number associated with this
ResourceBundle
as a string.
255
* @param
resourceBundle
The resource bundle for which the version is checked.
261
ures_getVersionNumberInternal(const UResourceBundle *
resourceBundle
);
264
* Return the name of the Locale associated with this
ResourceBundle
. This API allows
272
* @param
resourceBundle
resource bundle in question
277
ures_getLocaleInternal(const UResourceBundle*
resourceBundle
,
servrbf.cpp
66
return new
ResourceBundle
(pkg, loc, status);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
XMLFormatterTest.java
26
import java.util.
ResourceBundle
;
55
ResourceBundle
rb =
ResourceBundle
90
ResourceBundle
rb =
ResourceBundle
LevelTest.java
21
import java.util.
ResourceBundle
;
77
MockLevel l = new MockLevel("level1", 1, "
resourceBundle
");
80
assertEquals("
resourceBundle
", l.getResourceBundleName());
334
ResourceBundle
rb =
ResourceBundle
.getBundle("bundles/com/android/java/util/logging/res");
340
rb =
ResourceBundle
.getBundle(
LogRecordTest.java
22
import java.util.
ResourceBundle
;
82
ResourceBundle
rb =
ResourceBundle
286
// don't check
ResourceBundle
object
330
lr.setResourceBundle(
ResourceBundle
.getBundle(
339
lr.setResourceBundle(
ResourceBundle
.getBundle(
/external/jetty/src/java/org/eclipse/jetty/util/
Loader.java
26
import java.util.
ResourceBundle
;
127
public static
ResourceBundle
getResourceBundle(Class<?> loadClass,String name,boolean checkParents, Locale locale)
131
ResourceBundle
bundle =null;
135
try { bundle=
ResourceBundle
.getBundle(name, locale, loader); }
143
try { bundle=
ResourceBundle
.getBundle(name, locale, loader); }
150
try { bundle=
ResourceBundle
.getBundle(name, locale); }
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java
27
import java.util.
ResourceBundle
;
114
ResourceBundle
replyTextBundle = new ListResourceBundle() {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java
62
* {@link android.databinding.tool.store.
ResourceBundle
} that can be persistent or converted to
71
public
ResourceBundle
.LayoutFileBundle parseXml(final File inputFile, final File outputFile,
92
private
ResourceBundle
.LayoutFileBundle parseOriginalXml(final File original, String pkg,
122
ResourceBundle
.LayoutFileBundle bundle = new
ResourceBundle
.LayoutFileBundle(original,
144
final boolean isMerge,
ResourceBundle
.LayoutFileBundle bundle) {
238
final
ResourceBundle
.BindingTargetBundle bindingTargetBundle =
291
ResourceBundle
.LayoutFileBundle bundle) {
/libcore/ojluni/src/main/java/java/util/
MissingResourceException.java
46
* @see
ResourceBundle
70
* use by <code>
ResourceBundle
.getBundle</code>.
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.2/
compilerCommon-2.1.2.jar
/external/jcommander/src/main/java/com/beust/jcommander/
Parameters.java
42
String
resourceBundle
() default "";
/libcore/expectations/
taggedtests.txt
33
"java.util.
ResourceBundle
.Control.StressTest",
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-rc3/
compilerCommon-2.0.0-rc3-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0/
compilerCommon-2.1.0-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha3/
compilerCommon-2.1.0-alpha3-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha4/
compilerCommon-2.1.0-alpha4-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta1/
compilerCommon-2.1.0-beta1-sources.jar
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta3/
compilerCommon-2.1.0-beta3-sources.jar
Completed in 673 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>