Loading...
Searching...
No Matches
sf::Utf< 8 > Member List
This is the complete list of members for sf::Utf< 8 >, including all inherited members.
| count(In begin, In end) | sf::Utf< 8 > | static |
| decode(In begin, In end, char32_t &output, std::optional< char32_t > replacement=std::nullopt) | sf::Utf< 8 > | static |
| encode(char32_t input, Out output, std::optional< std::uint8_t > replacement=std::nullopt) | sf::Utf< 8 > | static |
| fromAnsi(In begin, In end, Out output, const std::locale &locale={}) | sf::Utf< 8 > | static |
| fromLatin1(In begin, In end, Out output) | sf::Utf< 8 > | static |
| fromWide(In begin, In end, Out output) | sf::Utf< 8 > | static |
| next(In begin, In end) | sf::Utf< 8 > | static |
| toAnsi(In begin, In end, Out output, std::optional< char > replacement=std::nullopt, const std::locale &locale={}) | sf::Utf< 8 > | static |
| toLatin1(In begin, In end, Out output, std::optional< char > replacement=std::nullopt) | sf::Utf< 8 > | static |
| toUtf16(In begin, In end, Out output, std::optional< char16_t > replacement=std::nullopt) | sf::Utf< 8 > | static |
| toUtf32(In begin, In end, Out output, std::optional< char32_t > replacement=std::nullopt) | sf::Utf< 8 > | static |
| toUtf8(In begin, In end, Out output, std::optional< std::uint8_t > replacement=std::nullopt) | sf::Utf< 8 > | static |
| toWide(In begin, In end, Out output, std::optional< wchar_t > replacement=std::nullopt) | sf::Utf< 8 > | static |