Home
last modified time | relevance | path

Searched refs:old_locale (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc49 string old_locale = old_locale_cstr; in TEST() local
78 setlocale(LC_NUMERIC, old_locale.c_str()); in TEST()
/external/icu4c/test/intltest/
Dwinnmtst.cpp302 char *old_locale = strdup(setlocale(LC_ALL, NULL)); in testLocales()
309 setlocale(LC_ALL, old_locale); in testLocales()
311 free(old_locale); in testLocales()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c468 char *old_locale = NULL, *old_modifiers = NULL; in create_aux_windows() local
490 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()