Searched refs:__code_point_view (Results 1 – 4 of 4) sorted by relevance
121 class __code_point_view; variable125 class __code_point_view<char> {129 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function251 class __code_point_view<wchar_t> {257 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function562 __code_point_view<_CharT> __code_point_view_;574 class __code_point_view {578 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function
188 __unicode::__code_point_view<_CharT> __view{__values.begin(), __values.end()}; in __escape()
595 __unicode::__code_point_view<_CharT> __view{__begin, __end};
144 // The __code_point_view has a basic_string_view interface.153 // the __code_point_view should use a span. Libc++ will remove support for159 __code_point_view<iter_value_t<_InIt>> __view{__data.begin(), __data.end()};