Graphe de collaboration de Arcane::Impl::BasicTranscoder: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 32 du fichier arccore/src/base/arccore/base/BasicTranscoder.h.
Définition à la ligne 361 du fichier BasicTranscoder.cc.
Définition à la ligne 423 du fichier BasicTranscoder.cc.
Définition à la ligne 342 du fichier BasicTranscoder.cc.
Définition à la ligne 301 du fichier BasicTranscoder.cc.
|
static |
Définition à la ligne 440 du fichier BasicTranscoder.cc.
|
static |
Traduit depuis UTF16 vers UTF8.
Définition à la ligne 316 du fichier BasicTranscoder.cc.
Références Arcane::SpanImpl< T, SizeType, Extent >::size().
Voici le graphe d'appel pour cette fonction :
|
static |
Définition à la ligne 329 du fichier BasicTranscoder.cc.
Définition à la ligne 406 du fichier BasicTranscoder.cc.