Searched refs:baseName (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java315 * If not null, then this is the value of the {@code baseName} parameter
565 CacheKey(String baseName, Locale locale, ClassLoader loader) { argument
566 this.name = baseName;
580 CacheKey setName(String baseName) { argument
581 if (!this.name.equals(baseName)) {
582 this.name = baseName;
754 * <code>getBundle(baseName, Locale.getDefault(), this.getClass().getClassLoader())</code>,
761 * @param baseName the base name of the resource bundle, a fully qualified class name
763 * if <code>baseName</code> is <code>null</code>
769 public static final ResourceBundle getBundle(String baseName) argument
813 getBundle(String baseName, Control control) argument
844 getBundle(String baseName, Locale locale) argument
892 getBundle(String baseName, Locale targetLocale, Control control) argument
1077 getBundle(String baseName, Locale locale, ClassLoader loader) argument
1295 getBundle(String baseName, Locale targetLocale, ClassLoader loader, Control control) argument
1303 getDefaultControl(String baseName) argument
1308 getBundleImpl(String baseName, Locale locale, ClassLoader loader, Control control) argument
1550 throwMissingResourceException(String baseName, Locale locale, Throwable cause) argument
2174 getFormats(String baseName) argument
2359 getCandidateLocales(String baseName, Locale locale) argument
2523 getFallbackLocale(String baseName, Locale locale) argument
2627 newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) argument
2743 getTimeToLive(String baseName, Locale locale) argument
2798 needsReload(String baseName, Locale locale, String format, ClassLoader loader, ResourceBundle bundle, long loadTime) argument
2884 toBundleName(String baseName, Locale locale) argument
2970 getFormats(String baseName) argument
2992 getFallbackLocale(String baseName, Locale locale) argument
[all...]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DBuilder.java223 X500Name baseName = (X500Name)base;
225 X500Name commonName = baseName.commonAncestor(testName);
234 int baseDistance = baseName.subtreeDepth();
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogger.java1978 final String baseName = bundle.getBaseBundleName();
1981 if (baseName == null || baseName.isEmpty()) {
1988 || lb.resourceBundleName.equals(baseName);
1995 loggerBundle = LoggerBundle.get(baseName, bundle);
/libcore/ojluni/src/main/java/java/lang/
H A DClass.java2302 String baseName = c.getName();
2303 int index = baseName.lastIndexOf('.');
2305 name = baseName.substring(0, index).replace('.', '/')

Completed in 178 milliseconds