Home
last modified time | relevance | path

Searched refs:__locale_struct (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h53 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct; typedef
54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale223 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct;
224 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr;
226 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;