Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
Dbcs_char_traits.hpp38 template<typename CharT> struct bcs_base_char { typedef CharT type; }; argument
40 template<> struct bcs_base_char<char const> { typedef char type; }; struct
41 template<> struct bcs_base_char<unsigned char> { typedef char type; }; argument
43 template<> struct bcs_base_char<unsigned char const> { typedef char type; }; argument
46 template<> struct bcs_base_char<wchar_t const> { typedef wchar_t type; }; struct
131 … typedef typename ut_detail::bcs_base_char<CharT>::type the_base_char;
Dio.hpp39 typedef typename ut_detail::bcs_base_char<CharT>::type char_type; in operator <<()