Searched refs:locale_name (Results 1 – 6 of 6) sorted by relevance
87 def _set_locale_in_subprocess(locale_name): argument92 cmd = cmd_fmt.format(locale_name)
281 const char *locale_name; /* The locale to try as a coercion target */ member296 for (target = _TARGET_LOCALES; target->locale_name; target++) { in _Py_IsLocaleCoercionTarget()297 if (strcmp(ctype_loc, target->locale_name) == 0) { in _Py_IsLocaleCoercionTarget()313 const char *newloc = target->locale_name; in _coerce_default_locale_settings()350 for (target = _TARGET_LOCALES; target->locale_name; target++) { in _Py_CoerceLegacyLocale()352 target->locale_name); in _Py_CoerceLegacyLocale()
972 static uint8_t locale_name[32]; variable5426 if (strcmp((const char *)pat_patctl.locale, (const char *)locale_name) != 0) in process_pattern()5428 strcpy((char *)locale_name, (char *)pat_patctl.locale); in process_pattern()8812 locale_name[0] = 0; in main()
20 # <locale locale_name> Switch to the named locale at the next occurence of <word>, <sent>, etc.