Searched refs:std_country (Results 1 – 1 of 1) sorted by relevance
137 char ** std_country, char ** std_variant, char ** std_encoding) { in ParseLocale() argument250 if (std_country != NULL && country != NULL) { in ParseLocale()251 if (mapLookup(country_names, country, std_country) == 0) { in ParseLocale()252 *std_country = malloc(strlen(country)+1); in ParseLocale()253 strcpy(*std_country, country); in ParseLocale()