Lines Matching defs:variant
56 String variant = Resources.getVariant(localeStr);
59 if (variant == null) Resources.setLocale(new Locale(language, country));
60 else Resources.setLocale(new Locale(language, country, variant));
203 o = descriptors.get("fileVariant"); if (o != null) dict.variant = ((String) o);
305 o = descriptors.get("fileVariant"); if (o != null) dict.variant = ((String) o);
647 * @param variant A more formal name for the variant described by the resource, can be <CODE>null</CODE>
653 String language, String country, String variant, boolean copyValues) {
664 bundle.variant = variant;
775 if (dict.variant != null) dictStr += " " + dict.variant;