Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h121 class __code_point_view; variable
125 class __code_point_view<char> {
129 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function
251 class __code_point_view<wchar_t> {
257 _LIBCPP_HIDE_FROM_ABI constexpr explicit __code_point_view(_Iterator __first, _Iterator __last) in __code_point_view() function
562 __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
H A Dwrite_escaped.h188 __unicode::__code_point_view<_CharT> __view{__values.begin(), __values.end()}; in __escape()
H A Dparser_std_format_spec.h595 __unicode::__code_point_view<_CharT> __view{__begin, __end};
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint144 // The __code_point_view has a basic_string_view interface.
153 // the __code_point_view should use a span. Libc++ will remove support for
159 __code_point_view<iter_value_t<_InIt>> __view{__data.begin(), __data.end()};