Public Member Functions | |
| virtual void | build () |
| virtual void | transcodeToUtf16 (const Byte *src, Integer src_len, UChar *out) |
| Translates the source src of length src_len to the UTF-16 format. | |
| virtual void | transcodeFromUtf16 (const UChar *src, Integer src_len, Byte *out) |
| Translates the source src of length src_len from the UTF-16 format. | |
Definition at line 32 of file ISO88591Transcoder.h.
|
virtual |
Definition at line 28 of file ISO88591Transcoder.cc.
|
virtual |
Implements Arcane::ITranscoder.
Definition at line 36 of file ISO88591Transcoder.cc.
|
virtual |
Translates the source src of length src_len from the UTF-16 format.
Stores the conversion in out, which must be pre-allocated and of sufficient length.
Implements Arcane::ITranscoder.
Definition at line 56 of file ISO88591Transcoder.cc.
|
virtual |
Translates the source src of length src_len to the UTF-16 format.
Stores the conversion in out, which must be pre-allocated and of sufficient length.
Implements Arcane::ITranscoder.
Definition at line 44 of file ISO88591Transcoder.cc.