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

  /ndk/sources/cxx-stl/llvm-libc++/src/support/win32/
locale_win32.cpp 20 locale_t uselocale( locale_t newloc ) function
23 // uselocale sets the thread's locale by definition, so unconditionally use thread-local locale
25 // uselocale sets all categories
27 // uselocale returns the old locale_t
32 __locale_raii __current( uselocale(loc), uselocale ); local
38 __locale_raii __current( uselocale(loc), uselocale ); local
44 __locale_raii __current( uselocale(loc), uselocale ); local
50 __locale_raii __current( uselocale(loc), uselocale ); local
56 __locale_raii __current( uselocale(loc), uselocale ); local
62 __locale_raii __current( uselocale(loc), uselocale ); local
68 __locale_raii __current( uselocale(loc), uselocale ); local
73 __locale_raii __current( uselocale(loc), uselocale ); local
78 __locale_raii __current( uselocale(loc), uselocale ); local
92 __locale_raii __current( uselocale(loc), uselocale ); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 36 locale_t uselocale( locale_t newloc );
53 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
57 __locale_raii __current( uselocale(__l), uselocale ); local
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
locale.h 53 extern locale_t uselocale(locale_t);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++locale.h 53 extern "C" __typeof(uselocale) __uselocale;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++locale.h 53 extern "C" __typeof(uselocale) __uselocale;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 200 extern __locale_t uselocale (__locale_t __dataset) __THROW;
202 /* This value can be passed to `uselocale' and may be returned by it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 200 extern __locale_t uselocale (__locale_t __dataset) __THROW;
202 /* This value can be passed to `uselocale' and may be returned by it.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 200 extern __locale_t uselocale (__locale_t __dataset) __THROW;
202 /* This value can be passed to `uselocale' and may be returned by it.
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
locale_support.c 273 locale_t uselocale(locale_t loc) { function

Completed in 663 milliseconds