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