Searched refs:__locale_struct (Results 1 – 2 of 2) sorted by relevance
53 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct; typedef54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
223 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;