Lines Matching defs:variant
18 * A class representing the entire Bundle of Resources for a particular language, country, variant.
43 * The descriptor of the variant in the encoding (e.g. Euro, Irish, etc.)
45 public String variant;
81 variant = null;
141 * This method returns the variant encoding string, or null if it is not specified
418 if (variant != null && !variant.equals("")) retStr += ", " + variant;
436 if (variant != null) retStr += "# @fileVariant " + variant + "\n";