Home | History | Annotate | Download | only in cups

Lines Matching defs:country

436 			country[16],	/* Country code */
634 * language string is converted from ll-cc[.charset] (language-country)
640 country[0] = '\0';
662 * Copy the country code...
665 for (language ++, ptr = country; *language; language ++)
668 else if (ptr < (country + sizeof(country) - 1))
694 country[0] = '\0';
699 DEBUG_printf(("4cupsLangGet: langname=\"%s\", country=\"%s\", charset=\"%s\"",
700 langname, country, charset));
742 * See if we already have this language/country loaded...
745 if (country[0])
746 snprintf(real, sizeof(real), "%s_%s", langname, country);
1422 * Drop country code, just try language...
1595 * Country localization not available, look for generic localization...