libstdc++
Namespaces | Macros | Typedefs | Functions
unicode.h File Reference

Go to the source code of this file.

Namespaces

 std
 

Macros

#define _GLIBCXX_GET_UNICODE_DATA
 

Typedefs

template<typename _View >
using std::__unicode::_Utf16_view = _Utf_view< char16_t, _View >
 
template<typename _View >
using std::__unicode::_Utf32_view = _Utf_view< char32_t, _View >
 
template<typename _View >
using std::__unicode::_Utf8_view = _Utf_view< char, _View >
 

Functions

constexpr bool std::__unicode::__charset_alias_match (string_view __a, string_view __b)
 
template<typename _CharT >
constexpr size_t std::__unicode::__field_width (basic_string_view< _CharT > __s)
 
constexpr int std::__unicode::__field_width (char32_t __c) noexcept
 
constexpr _Gcb_property std::__unicode::__grapheme_cluster_break_property (char32_t __c) noexcept
 
constexpr _InCB std::__unicode::__incb_property (char32_t __c) noexcept
 
constexpr bool std::__unicode::__is_extended_pictographic (char32_t __c)
 
constexpr bool std::__unicode::__is_incb_linker (char32_t __c) noexcept
 
constexpr bool std::__unicode::__is_scalar_value (char32_t __c)
 
template<typename _CharT >
constexpr bool std::__unicode::__is_single_code_unit (char32_t __c)
 
consteval bool std::__unicode::__literal_encoding_is_extended_ascii ()
 
template<typename _CharT >
consteval bool std::__unicode::__literal_encoding_is_unicode ()
 
consteval bool std::__unicode::__literal_encoding_is_utf8 ()
 
template<typename _CharT >
constexpr size_t std::__unicode::__truncate (basic_string_view< _CharT > &__s, size_t __max)
 

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <format>.

Definition in file unicode.h.