Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dformat-impl-test.cc414 fmt::basic_string_view<fmt::detail::char8_type>( in TEST()
415 reinterpret_cast<const fmt::detail::char8_type*>("ёжик")))); in TEST()
Dformat-test.cc2463 using str_type = std::basic_string<fmt::detail::char8_type>; in TEST()
2464 str_type format(reinterpret_cast<const fmt::detail::char8_type*>(u8"{:.4}")); in TEST()
2465 str_type str(reinterpret_cast<const fmt::detail::char8_type*>( in TEST()
/external/fmtlib/include/fmt/
Dcore.h338 using char8_type = char8_t; variable
340 enum char8_type : unsigned char {}; enum
447 template <> struct is_char<detail::char8_type> : std::true_type {};
Dformat.h542 inline size_t count_code_points(basic_string_view<char8_type> s) { in count_code_points()
554 inline size_t code_point_index(basic_string_view<char8_type> s, size_t n) { in code_point_index()
555 const char8_type* data = s.data(); in code_point_index()
569 std::is_same<OutChar, char8_type>::value>;
581 [](char c) { return static_cast<char8_type>(c); }); in copy_str()