Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp187 locale_t old_locale = *get_current_locale_ptr(); in uselocale() local
190 if (old_locale == nullptr) { in uselocale()
191 old_locale = LC_GLOBAL_LOCALE; in uselocale()
198 return old_locale; in uselocale()
/bionic/tests/
Dlocale_test.cpp128 locale_t old_locale = uselocale(cloc); in TEST() local
133 uselocale(old_locale); in TEST()
Dtime_test.cpp248 locale_t old_locale = uselocale(cloc); in TEST() local
263 uselocale(old_locale); in TEST()
Dstdio_test.cpp834 locale_t old_locale = uselocale(cloc); in TEST() local
852 uselocale(old_locale); in TEST()