Fonctions membres publiques statiques | |
static void | transcodeFromUtf16ToUtf8 (Span< const UChar > utf16, CoreArray< Byte > &utf8) |
Traduit depuis UTF16 vers UTF8. | |
static void | transcodeFromUtf8ToUtf16 (Span< const Byte > utf8, CoreArray< UChar > &utf16) |
static Int64 | stringLen (const UChar *ustr) |
static void | replaceWS (CoreArray< Byte > &ustr) |
static void | collapseWS (CoreArray< Byte > &ustr) |
static void | upperCase (CoreArray< Byte > &utf8) |
static void | lowerCase (CoreArray< Byte > &utf8) |
static void | substring (CoreArray< Byte > &utf8, Span< const Byte > rhs, Int64 pos, Int64 len) |
Définition à la ligne 37 du fichier arccore/src/base/arccore/base/BasicTranscoder.h.
Définition à la ligne 358 du fichier BasicTranscoder.cc.
Définition à la ligne 420 du fichier BasicTranscoder.cc.
Définition à la ligne 339 du fichier BasicTranscoder.cc.
Définition à la ligne 298 du fichier BasicTranscoder.cc.
|
static |
Définition à la ligne 437 du fichier BasicTranscoder.cc.
|
static |
Traduit depuis UTF16 vers UTF8.
Définition à la ligne 313 du fichier BasicTranscoder.cc.
Références Arccore::SpanImpl< T, SizeType, Extent, MinValue >::size().
|
static |
Définition à la ligne 326 du fichier BasicTranscoder.cc.
Définition à la ligne 403 du fichier BasicTranscoder.cc.