Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp169 locale_t old_locale = static_cast<locale_t>(pthread_getspecific(g_uselocale_key)); in uselocale() local
172 if (old_locale == NULL) { in uselocale()
173 old_locale = LC_GLOBAL_LOCALE; in uselocale()
180 return old_locale; in uselocale()
/bionic/tests/
Dlocale_test.cpp127 locale_t old_locale = uselocale(cloc); in TEST() local
132 uselocale(old_locale); in TEST()
Dstdio_test.cpp503 locale_t old_locale = uselocale(cloc); in TEST() local
521 uselocale(old_locale); in TEST()