Lines Matching defs:base

83  * Resource bundles belong to families whose members share a common base
85 * their locales. For example, the base name of a family of resource
282 * The cache is a map from cache keys (with bundle base name, locale, and
314 * The base bundle name for this bundle.
481 * Key used for cached resource bundles. The key checks the base
484 * null, but the base name and the locale must have a non-null
701 * Gets a resource bundle using the specified base name, the default locale,
711 * @param baseName the base name of the resource bundle, a fully qualified class name
715 * if no resource bundle for the specified base name can be found
716 * @return a resource bundle for the given base name and the default locale
728 * Returns a resource bundle using the specified base name, the
742 * the base name of the resource bundle, a fully qualified class
747 * @return a resource bundle for the given base name and the default
753 * if no resource bundle for the specified base name can be found
771 * Gets a resource bundle using the specified base name and locale,
782 * the base name of the resource bundle, a fully qualified class name
788 * if no resource bundle for the specified base name can be found
789 * @return a resource bundle for the given base name and locale
802 * Returns a resource bundle using the specified base name, target
816 * the base name of the resource bundle, a fully qualified
823 * @return a resource bundle for the given base name and a
829 * if no resource bundle for the specified base name in any
848 * Gets a resource bundle using the specified base name, locale, and class
855 * <p><code>getBundle</code> uses the base name, the specified locale, and
860 * then the base name is the only candidate bundle name. Otherwise, a list
863 * the base name. Typically, this will look like the following:
879 * and variant "JAVA" will produce candidate names with base name
891 * "Latn, country "US" and variant "WINDOWS_VISTA", and bundle base name
945 * <p>If still no result bundle is found, the base name alone is looked up. If
1012 * @param baseName the base name of the resource bundle, a fully qualified class name
1015 * @return a resource bundle for the given base name and locale
1019 * if no resource bundle for the specified base name can be found
1032 * Returns a resource bundle using the specified base name, target
1067 * instantiate a <code>ResourceBundle</code> for the base bundle name, a
1123 * Step 6. If a bundle has been found that is a base bundle (a bundle
1126 * has been found that is a base bundle, but the candidate locale list
1128 * proceed to Step 6. If a bundle has been found that is not a base
1136 * from Step 3. Otherwise, if a base bundle was found and put on hold in
1141 * base bundle. If this bundle set its parent during its instantiation,
1195 * because it's the base bundle. <code>getBundle</code> calls {@link
1218 * the base name of the resource bundle, a fully qualified
1227 * @return a resource bundle for the given base name and locale
1233 * if no resource bundle for the specified base name can be found
1255 // We create a CacheKey here for use by this call. The base
1298 // If the loaded bundle is the base bundle and exactly for the
1300 // bundle as the resulting one. If the loaded bundle is the base
1311 // If the base bundle has been loaded, keep the reference in
1499 throw new MissingResourceException("Can't find bundle for base name "
1530 // done from the root (base) to leaf (child) and the purpose of
1535 // base <- ja <- ja_JP <- ja_JP_JP
1540 // base <- ja (new)
1550 // base bundle has expired. Then, what we get from the first
1551 // getBundle call includes the expired base bundle. However, if
1553 // base bundle has expired at the end of the loading process. The
1833 * <code>ResourceBundle.getBundle</code> invocations for the same base
2103 * the base name of the resource bundle, a fully qualified class
2133 * have the base bundle as the terminal of the parent chain.
2139 * the base bundle as the resulting resource bundle.
2290 * the base name of the resource bundle, a fully
2310 protected List<Locale> createObject(BaseLocale base) {
2311 String language = base.getLanguage();
2312 String script = base.getScript();
2313 String region = base.getRegion();
2314 String variant = base.getVariant();
2438 * the base name of the resource bundle, a fully
2442 * base bundle)
2447 * base bundle)
2518 * the base bundle name of the resource bundle, a fully
2654 * the base name of the resource bundle for which the
2701 * the base bundle name of the resource bundle, a
2796 * the base name of the resource bundle, a fully