Searched refs:__code_point_view (Results 1 – 4 of 4) sorted by relevance
119 class __code_point_view; variable123 class __code_point_view<char> {127 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function249 class __code_point_view<wchar_t> {255 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function416 __code_point_view<_CharT> __code_point_view_;451 class __code_point_view {455 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function
176 __unicode::__code_point_view<_CharT> __view{__values.begin(), __values.end()}; in __escape()
598 __unicode::__code_point_view<_CharT> __view{__begin, __end};
143 // The __code_point_view has a basic_string_view interface.152 // the __code_point_view should use a span. Libc++ will remove support for158 __code_point_view<iter_value_t<_InIt>> __view{__data.begin(), __data.end()};