Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dunicode.h80 class __code_point_view; variable
84 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() function
227 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() function
420 __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
H A Dformatter_output.h501 __unicode::__code_point_view<_CharT> __view{__values.begin(), __values.end()}; in __escape()