|
|
using | char_type = char |
| |
|
using | fallback_encoder_type = char_map<"cp-1252"> |
| |
|
using | fallback_char_type = fallback_encoder_type::char_type |
| |
|
|
constexpr std::endian | guess_endian (void const *ptr, size_t size, std::endian endian) const noexcept |
| |
|
template<typename It , typename EndIt > |
| constexpr std::pair< char32_t, bool > | read_fallback (It &it, EndIt last) const noexcept |
| |
|
template<typename It , typename EndIt > |
| constexpr std::pair< char32_t, bool > | read (It &it, EndIt last) const noexcept |
| |
|
constexpr std::pair< uint8_t, bool > | size (char32_t code_point) const noexcept |
| |
|
template<typename It > |
| constexpr void | write (char32_t code_point, It &dst) const noexcept |
| |
|
template<typename It > |
| hi_force_inline __m128i | read_ascii_chunk16 (It it) const noexcept |
| |
|
template<typename It > |
| hi_force_inline void | write_ascii_chunk16 (__m128i chunk, It dst) const noexcept |
| |
The documentation for this struct was generated from the following file: