Home
last modified time | relevance | path

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

/external/libcxx/include/
D__bsd_locale_fallbacks.h23 typedef _VSTD::unique_ptr<__use_locale_struct, decltype(&uselocale)> __locale_raii; typedef
28 __locale_raii __current( uselocale(__l), uselocale ); in decltype()
35 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_btowc_l()
42 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_wctob_l()
50 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_wcsnrtombs_l()
57 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_wcrtomb_l()
65 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_mbsnrtowcs_l()
73 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_mbrtowc_l()
80 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_mbtowc_l()
87 __locale_raii __current( uselocale(__l), uselocale ); in __libcpp_mbrlen_l()
[all …]
/external/libcxx/src/support/win32/
Dlocale_win32.cpp19 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii; typedef
42 __locale_raii __current( uselocale(loc), uselocale ); in localeconv_l()
48 __locale_raii __current( uselocale(loc), uselocale ); in mbrlen_l()
54 __locale_raii __current( uselocale(loc), uselocale ); in mbsrtowcs_l()
60 __locale_raii __current( uselocale(loc), uselocale ); in wcrtomb_l()
66 __locale_raii __current( uselocale(loc), uselocale ); in mbrtowc_l()
72 __locale_raii __current( uselocale(loc), uselocale ); in mbsnrtowcs_l()
78 __locale_raii __current( uselocale(loc), uselocale ); in wcsnrtombs_l()
83 __locale_raii __current( uselocale(loc), uselocale ); in btowc_l()
88 __locale_raii __current( uselocale(loc), uselocale ); in wctob_l()
[all …]