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, Uint32 &output, Uint32 replacement=0) | sf::Utf< 8 > | static |
encode(Uint32 input, Out output, Uint8 replacement=0) | sf::Utf< 8 > | static |
fromAnsi(In begin, In end, Out output, const std::locale &locale=std::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, char replacement=0, const std::locale &locale=std::locale()) | sf::Utf< 8 > | static |
toLatin1(In begin, In end, Out output, char replacement=0) | sf::Utf< 8 > | static |
toUtf16(In begin, In end, Out output) | sf::Utf< 8 > | static |
toUtf32(In begin, In end, Out output) | sf::Utf< 8 > | static |
toUtf8(In begin, In end, Out output) | sf::Utf< 8 > | static |
toWide(In begin, In end, Out output, wchar_t replacement=0) | sf::Utf< 8 > | static |