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

  /external/libcxx/include/support/win32/
locale_win32.h 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii; typedef
58 __locale_raii __current( uselocale(__l), uselocale );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii; typedef
58 __locale_raii __current( uselocale(__l), uselocale );
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii; typedef
58 __locale_raii __current( uselocale(__l), uselocale );

Completed in 201 milliseconds