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 > | [inline, static] |
Decode(In begin, In end, Uint32 &output, Uint32 replacement=0) | sf::Utf< 32 > | [inline, static] |
DecodeAnsi(In input, const std::locale &locale=std::locale()) | sf::Utf< 32 > | [inline, static] |
DecodeWide(In input) | sf::Utf< 32 > | [inline, static] |
Encode(Uint32 input, Out output, Uint32 replacement=0) | sf::Utf< 32 > | [inline, static] |
EncodeAnsi(Uint32 codepoint, Out output, char replacement=0, const std::locale &locale=std::locale()) | sf::Utf< 32 > | [inline, static] |
EncodeWide(Uint32 codepoint, Out output, wchar_t replacement=0) | sf::Utf< 32 > | [inline, static] |
FromAnsi(In begin, In end, Out output, const std::locale &locale=std::locale()) | sf::Utf< 32 > | [inline, static] |
FromLatin1(In begin, In end, Out output) | sf::Utf< 32 > | [inline, static] |
FromWide(In begin, In end, Out output) | sf::Utf< 32 > | [inline, static] |
Next(In begin, In end) | sf::Utf< 32 > | [inline, static] |
ToAnsi(In begin, In end, Out output, char replacement=0, const std::locale &locale=std::locale()) | sf::Utf< 32 > | [inline, static] |
ToLatin1(In begin, In end, Out output, char replacement=0) | sf::Utf< 32 > | [inline, static] |
ToUtf16(In begin, In end, Out output) | sf::Utf< 32 > | [inline, static] |
ToUtf32(In begin, In end, Out output) | sf::Utf< 32 > | [inline, static] |
ToUtf8(In begin, In end, Out output) | sf::Utf< 32 > | [inline, static] |
ToWide(In begin, In end, Out output, wchar_t replacement=0) | sf::Utf< 32 > | [inline, static] |