Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DregExpLiteral.h37 [[nodiscard]] const util::StringView &Pattern() const noexcept in Pattern() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.h40 const util::StringView &Pattern() const in Pattern() function
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h82 Pattern(const std::string &data1, const std::string &data2) : data(InitializePattern( in Pattern() function
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.cpp100 ArkTsConfig::Pattern::Pattern(std::string value, std::string base) : value_(std::move(value)), base… in Pattern() function in ark::es2panda::ArkTsConfig::Pattern
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dshell.py59 def replace_out(self, regex: re.Pattern, repl: str = '') -> None: