Searched refs:__code_point_view (Results 1 – 2 of 2) sorted by relevance
80 class __code_point_view; variable84 class __code_point_view<char> {86 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(const char* __first, const char* __last) in __code_point_view() function227 class __code_point_view<wchar_t> {231 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(const wchar_t* __first, const wchar_t* … in __code_point_view() function420 __code_point_view<_CharT> __code_point_view_;455 class __code_point_view {457 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(const _CharT* __first, const _CharT* __… in __code_point_view() function
501 __unicode::__code_point_view<_CharT> __view{__values.begin(), __values.end()}; in __escape()