12#ifndef ARCANE_UTILS_ITRANSCODER_H
13#define ARCANE_UTILS_ITRANSCODER_H
40 virtual void build() = 0;
Declarations of types used in Arcane.
Interface of a converter to/from the UTF-16 format.
virtual void transcodeFromUtf16(const UChar *src, Integer src_len, Byte *out)=0
Translates the source src of length src_len from the UTF-16 format.
virtual void transcodeToUtf16(const Byte *src, Integer src_len, UChar *out)=0
Translates the source src of length src_len to the UTF-16 format.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
unsigned char Byte
Type of a byte.
unsigned short UChar
Type of a unicode character.