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

/bionic/libc/bionic/
H A Dlocale.cpp161 locale_t old_locale = static_cast<locale_t>(pthread_getspecific(g_uselocale_key)); local
164 if (old_locale == NULL) {
165 old_locale = LC_GLOBAL_LOCALE;
172 return old_locale;
/bionic/tests/
H A Dlocale_test.cpp117 locale_t old_locale = uselocale(cloc); local
122 uselocale(old_locale);
H A Dstdio_test.cpp431 locale_t old_locale = uselocale(cloc); local
449 uselocale(old_locale);

Completed in 1911 milliseconds