#include <t140.h>
Public Types | |
| ZERO_WIDTH_NO_BREAK = 0xfeff | |
| UTF_NEWLINE = 0x2028 | |
| enum | { ZERO_WIDTH_NO_BREAK = 0xfeff, UTF_NEWLINE = 0x2028 } |
Public Member Functions | |
| T140String () | |
| T140String (const BYTE *data, PINDEX len) | |
| T140String (const PBYTEArray &bytes) | |
| T140String (const char *chars) | |
| T140String (const PString &str) | |
| PINDEX | GetLength () const |
| PINDEX | GetUTFLen (WORD c) |
| PINDEX | GetUTF (const BYTE *ptr, PINDEX len, WORD &ch) |
| PINDEX | GetUTF (PINDEX pos, WORD &ch) |
| PINDEX | AppendUnicode16 (WORD c) |
| PINDEX | AppendUTF (const BYTE *utf, PINDEX utfLen) |
| bool | AsString (PString &str) |
Protected Member Functions | |
| PINDEX | SetUTF (BYTE *ptr, WORD c) |
Protected Attributes | |
| PINDEX | length |
| T140String::T140String | ( | ) |
| T140String::T140String | ( | const BYTE * | data, | |
| PINDEX | len | |||
| ) |
| T140String::T140String | ( | const PBYTEArray & | bytes | ) |
| T140String::T140String | ( | const char * | chars | ) |
| T140String::T140String | ( | const PString & | str | ) |
| PINDEX T140String::AppendUnicode16 | ( | WORD | c | ) |
| PINDEX T140String::AppendUTF | ( | const BYTE * | utf, | |
| PINDEX | utfLen | |||
| ) |
| bool T140String::AsString | ( | PString & | str | ) |
| PINDEX T140String::GetLength | ( | ) | const [inline] |
| PINDEX T140String::GetUTF | ( | PINDEX | pos, | |
| WORD & | ch | |||
| ) |
| PINDEX T140String::GetUTF | ( | const BYTE * | ptr, | |
| PINDEX | len, | |||
| WORD & | ch | |||
| ) |
| PINDEX T140String::GetUTFLen | ( | WORD | c | ) |
| PINDEX T140String::SetUTF | ( | BYTE * | ptr, | |
| WORD | c | |||
| ) | [protected] |
PINDEX T140String::length [protected] |
1.4.7