17#include "arcane/core/internal/StringVariableReplace.h"
18#include "arcane/utils/PlatformUtils.h"
55 if (platform::getEnvironmentVariable(
"ARCANE_REPLACE_SYMBOLS_IN_DATASET").null() &&
56 parameter_list.getParameterOrNull(
"ARCANE_REPLACE_SYMBOLS_IN_DATASET").null()) {
126 for(Int64 i = 0; i < len; ++i) {
Lecteur des fichiers de maillage via la bibliothèque LIMA.
static void _splitString(const String &str, UniqueArray< String > &str_array, UniqueArray< Integer > &int_array, Integer &nb_c, char c)
static String replaceWithCmdLineArgs(const ParameterList ¶meter_list, const String &string_with_symbols)
Constructeur de chaîne de caractère unicode.
Chaîne de caractères unicode.
Span< const Byte > bytes() const
Retourne la conversion de l'instance dans l'encodage UTF-8.
Int64 length() const
Retourne la longueur de la chaîne.
String substring(Int64 pos) const
Sous-chaîne commençant à la position pos.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-