Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dunicode.h61 class __code_point_view; variable
65 class __code_point_view<char> {
67 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(const char* __first, const char* __last) in __code_point_view() function
136 class __code_point_view<wchar_t> {
138 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(const wchar_t* __first, const wchar_t* … in __code_point_view() function
304 __code_point_view<_CharT> __code_point_view_;