This is the complete list of members for TextEncoder, including all inherited members.
__init__() | TextEncoder | |
__init__(const TextEncoder copy) | TextEncoder | |
appendText(object text) | TextEncoder | |
appendUnicodeChar(char32_t character) | TextEncoder | |
appendWtext(str text) | TextEncoder | |
clearText() | TextEncoder | |
decodeText(object text) | TextEncoder | |
decodeText(object text, TextEncoder::Encoding encoding) | TextEncoder | static |
default_encoding | TextEncoder | |
E_iso8859 enum value | TextEncoder | |
E_unicode enum value | TextEncoder | |
E_utf16be enum value | TextEncoder | |
E_utf8 enum value | TextEncoder | |
encodeWchar(char32_t ch, TextEncoder::Encoding encoding) | TextEncoder | static |
encodeWtext(str wtext) | TextEncoder | |
encodeWtext(str wtext, TextEncoder::Encoding encoding) | TextEncoder | static |
Encoding enum name | TextEncoder | |
getDefaultEncoding() | TextEncoder | static |
getEncodedChar(int index) | TextEncoder | |
getEncodedChar(int index, TextEncoder::Encoding encoding) | TextEncoder | |
getEncoding() | TextEncoder | |
getNumChars() | TextEncoder | |
getText() | TextEncoder | |
getText(TextEncoder::Encoding encoding) | TextEncoder | |
getTextAsAscii() | TextEncoder | |
getUnicodeChar(int index) | TextEncoder | |
getWtext() | TextEncoder | |
getWtextAsAscii() | TextEncoder | |
hasText() | TextEncoder | |
isWtext() | TextEncoder | |
lower(str source) | TextEncoder | static |
lower(str source, TextEncoder::Encoding encoding) | TextEncoder | static |
makeLower() | TextEncoder | |
makeUpper() | TextEncoder | |
reencodeText(str text, TextEncoder::Encoding from, TextEncoder::Encoding to) | TextEncoder | static |
setDefaultEncoding(TextEncoder::Encoding encoding) | TextEncoder | static |
setEncoding(TextEncoder::Encoding encoding) | TextEncoder | |
setText(object text) | TextEncoder | |
setText(object text, TextEncoder::Encoding encoding) | TextEncoder | |
setUnicodeChar(int index, char32_t character) | TextEncoder | |
setWtext(str wtext) | TextEncoder | |
text | TextEncoder | |
unicodeIsalpha(char32_t character) | TextEncoder | static |
unicodeIsdigit(char32_t character) | TextEncoder | static |
unicodeIslower(char32_t character) | TextEncoder | static |
unicodeIspunct(char32_t character) | TextEncoder | static |
unicodeIsspace(char32_t character) | TextEncoder | static |
unicodeIsupper(char32_t character) | TextEncoder | static |
unicodeTolower(char32_t character) | TextEncoder | static |
unicodeToupper(char32_t character) | TextEncoder | static |
upper(str source) | TextEncoder | static |
upper(str source, TextEncoder::Encoding encoding) | TextEncoder | static |