Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ISO88591Transcoder Class Reference

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.

Detailed Description

Definition at line 32 of file ISO88591Transcoder.h.

Constructor & Destructor Documentation

◆ ~ISO88591Transcoder()

Arcane::ISO88591Transcoder::~ISO88591Transcoder ( )
virtual

Definition at line 28 of file ISO88591Transcoder.cc.

Member Function Documentation

◆ build()

void Arcane::ISO88591Transcoder::build ( )
virtual

Implements Arcane::ITranscoder.

Definition at line 36 of file ISO88591Transcoder.cc.

◆ transcodeFromUtf16()

void Arcane::ISO88591Transcoder::transcodeFromUtf16 ( const UChar * src,
Integer src_len,
Byte * out )
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.

◆ transcodeToUtf16()

void Arcane::ISO88591Transcoder::transcodeToUtf16 ( const Byte * src,
Integer src_len,
UChar * out )
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.


The documentation for this class was generated from the following files: