HomeSort by relevance Sort by last modified time
    Searched defs:uselocale (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
locale.cpp 160 locale_t uselocale(locale_t new_locale) { function
163 // If this is the first call to uselocale(3) on this thread, we return LC_GLOBAL_LOCALE.
  /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...]
  /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

Completed in 8626 milliseconds