Searched refs:old_locale (Results 1 – 3 of 3) sorted by relevance
49 string old_locale = old_locale_cstr; in TEST() local78 setlocale(LC_NUMERIC, old_locale.c_str()); in TEST()
302 char *old_locale = strdup(setlocale(LC_ALL, NULL)); in testLocales()309 setlocale(LC_ALL, old_locale); in testLocales()311 free(old_locale); in testLocales()
468 char *old_locale = NULL, *old_modifiers = NULL; in create_aux_windows() local490 old_locale = SDL_stack_alloc(char, n); in create_aux_windows()491 if ( old_locale ) { in create_aux_windows()492 SDL_strlcpy(old_locale, p, n); in create_aux_windows()513 if ( old_locale ) { in create_aux_windows()518 setlocale(LC_ALL, old_locale); in create_aux_windows()519 SDL_stack_free(old_locale); in create_aux_windows()