Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp191 locale_t old_locale = *get_current_locale_ptr(); in uselocale() local
194 if (old_locale == nullptr) { in uselocale()
195 old_locale = LC_GLOBAL_LOCALE; in uselocale()
202 return old_locale; in uselocale()
/bionic/tests/
Dlocale_test.cpp131 locale_t old_locale = uselocale(cloc); in TEST() local
136 uselocale(old_locale); in TEST()
Dtime_test.cpp389 locale_t old_locale = uselocale(cloc); in TEST() local
404 uselocale(old_locale); in TEST()
Dstdio_test.cpp862 locale_t old_locale = uselocale(cloc); in TEST() local
880 uselocale(old_locale); in TEST()