/ndk/sources/android/support/src/locale/ |
uselocale.c | 38 locale_t uselocale(locale_t loc) function
|
/external/libcxx/include/support/newlib/ |
xlocale.h | 37 static inline locale_t uselocale(locale_t) { function
|
/external/libcxx/src/support/win32/ |
locale_win32.cpp | 19 locale_t uselocale( locale_t newloc ) function 24 // uselocale sets the thread's locale by definition, so unconditionally use thread-local locale 26 // uselocale sets all categories 28 // uselocale returns the old locale_t 33 __locale_raii __current( uselocale(loc), uselocale ); local 39 __locale_raii __current( uselocale(loc), uselocale ); local 45 __locale_raii __current( uselocale(loc), uselocale ); local 51 __locale_raii __current( uselocale(loc), uselocale ); local 57 __locale_raii __current( uselocale(loc), uselocale ); local 63 __locale_raii __current( uselocale(loc), uselocale ); local 69 __locale_raii __current( uselocale(loc), uselocale ); local 74 __locale_raii __current( uselocale(loc), uselocale ); local 79 __locale_raii __current( uselocale(loc), uselocale ); local 85 __locale_raii __current( uselocale(loc), uselocale ); local 103 __locale_raii __current( uselocale(loc), uselocale ); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
locale_win32.cpp | 19 locale_t uselocale( locale_t newloc ) function 24 // uselocale sets the thread's locale by definition, so unconditionally use thread-local locale 26 // uselocale sets all categories 28 // uselocale returns the old locale_t 33 __locale_raii __current( uselocale(loc), uselocale ); local 39 __locale_raii __current( uselocale(loc), uselocale ); local 45 __locale_raii __current( uselocale(loc), uselocale ); local 51 __locale_raii __current( uselocale(loc), uselocale ); local 57 __locale_raii __current( uselocale(loc), uselocale ); local 63 __locale_raii __current( uselocale(loc), uselocale ); local 69 __locale_raii __current( uselocale(loc), uselocale ); local 74 __locale_raii __current( uselocale(loc), uselocale ); local 79 __locale_raii __current( uselocale(loc), uselocale ); local 85 __locale_raii __current( uselocale(loc), uselocale ); local 103 __locale_raii __current( uselocale(loc), uselocale ); local [all...] |
/bionic/libc/bionic/ |
locale.cpp | 62 locale_t l = uselocale(NULL); 167 locale_t uselocale(locale_t new_locale) { function 171 // If this is the first call to uselocale(3) on this thread, we return LC_GLOBAL_LOCALE.
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 75 locale_t uselocale(locale_t newloc) function
|
/external/libcxx/include/support/win32/ |
locale_win32.h | 37 locale_t uselocale( locale_t newloc ); 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii; 58 __locale_raii __current( uselocale(__l), uselocale ); local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 75 locale_t uselocale(locale_t newloc) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 37 locale_t uselocale( locale_t newloc ); 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii; 58 __locale_raii __current( uselocale(__l), uselocale ); local
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 75 locale_t uselocale(locale_t newloc) function
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 37 locale_t uselocale( locale_t newloc ); 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii; 58 __locale_raii __current( uselocale(__l), uselocale ); local
|