|
FRX SDK Documentation 2025 SP0
|
#include <addMFCClass.h>
Public Types | |
| enum | { kUnknown = 0 , kAnsi , kUtf8 , kUtf16LE , kUtf16BE , kUtf32LE , kUtf32BE } |
Public Member Functions | |
| AdCharFormatter (unsigned, bool, bool) | |
| AdCharFormatter (void) | |
| AdCharFormatter & | operator= (const AdCharFormatter &) |
| bool | getUseCIF () const |
| bool | getExpandLF () const |
| unsigned | getFormat () const |
| bool | setUseCIF (bool) |
| bool | setExpandLF (bool) |
| unsigned | setFormat (unsigned) |
| unsigned | wcharToBytes (wchar_t wch, char *pDestBuf, unsigned nDestBufSize) const |
Static Public Member Functions | |
| static unsigned | lookupBOM (unsigned) |
| static int | getBOM (unsigned &, unsigned) |
| static unsigned | wcsLength (const wchar_t *) |
| static unsigned | wcharToAnsiOrUtf8 (wchar_t wch, char *pDestBuf, unsigned nDestBufSize, bool bToAnsi, bool bUseCIF, bool bExpandLF) |
| static unsigned | wcharToUtf16 (wchar_t wch, char *pDestBuf, unsigned nDestBufSize, bool bLittleEndian, bool bExpandLF) |
Definition at line 41 of file addMFCClass.h.
| Enumerator | |
|---|---|
| kUnknown | |
| kAnsi | |
| kUtf8 | |
| kUtf16LE | |
| kUtf16BE | |
| kUtf32LE | |
| kUtf32BE | |
Definition at line 44 of file addMFCClass.h.
| AdCharFormatter::AdCharFormatter | ( | void | ) |
| bool AdCharFormatter::getExpandLF | ( | ) | const |
| unsigned AdCharFormatter::getFormat | ( | ) | const |
| bool AdCharFormatter::getUseCIF | ( | ) | const |
| AdCharFormatter & AdCharFormatter::operator= | ( | const AdCharFormatter & | ) |
|
static |
| unsigned AdCharFormatter::wcharToBytes | ( | wchar_t | wch, |
| char * | pDestBuf, | ||
| unsigned | nDestBufSize ) const |
|
static |