Home | History | Annotate | Download | only in native

Lines Matching defs:variant

139     char *language = NULL, *country = NULL, *variant = NULL,
183 * <language name>_<country name>.<encoding name>@<variant name>
184 * <country name>, <encoding name>, and <variant name> are optional.
191 /* Parse the language, country, encoding, and variant from the
193 * in the order language_country.encoding@variant, and must be
196 * If the locale name (without .encoding@variant, if any) matches
236 if ((variant = strchr(p, '@')) != NULL) {
237 p[variant++ - p] = '\0';
257 /* Normalize the script and variant name. Note that we only use
260 if (variant != NULL) {
262 mapLookup(script_names, variant, std_script);
266 mapLookup(variant_names, variant, std_variant);
299 * the variant of "EUC-JP" encoding used on linux
475 /* Determine the language, country, variant, and encoding from the host,
476 * and store these in the user.language, user.country, user.variant and
489 &(sprops.variant),
498 sprops.display_variant = sprops.variant;