| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser_cache.cpp | 39 size_t RegExpParserCache::GetHash(EcmaString *pattern, const uint32_t flags) in GetHash() 45 std::pair<JSTaggedValue, size_t> RegExpParserCache::GetCache(EcmaString *pattern, const uint32_t fl… in GetCache() 58 void RegExpParserCache::SetCache(EcmaString *pattern, const uint32_t flags, in SetCache()
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | RegexTest.js | 17 const pattern = /Hello/; constant
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | RegexTest.ts | 17 const pattern: RegExp = /Hello/; constant
|
| /arkcompiler/runtime_core/static_core/gn/build/ |
| D | cmake_configure_file.py | 48 def replace(pattern): argument
|
| /arkcompiler/runtime_core/gn/build/ |
| D | cmake_configure_file.py | 47 def replace(pattern): argument
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | RegexTest.java | 28 Pattern pattern = Pattern.compile(patternString); in main() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | regExpLiteral.h | 35 explicit RegExpLiteral(util::StringView pattern, util::StringView flags) in RegExpLiteral()
|
| D | regExpLiteral.cpp | 36 compiler::VReg pattern = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | regExpLiteral.h | 32 …explicit RegExpLiteral(util::StringView pattern, lexer::RegExpFlags flags, util::StringView flagsS… in RegExpLiteral()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_regexp_iterator_test.cpp | 33 JSHandle<EcmaString> pattern = factory->NewFromASCII("\\w+"); in HWTEST_F_L0() local 49 JSHandle<EcmaString> pattern = factory->NewFromASCII("-[0-9]+"); in HWTEST_F_L0() local
|
| D | test_common.h | 53 …STaggedValue CreateJSRegexpByPatternAndFlags(JSThread *thread, const JSHandle<EcmaString> &pattern, in CreateJSRegexpByPatternAndFlags()
|
| D | js_date_time_format_first_test.cpp | 81 icu::UnicodeString pattern("yyyy.MM.dd HH:mm:ss"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | regExpLiteralBuilder.h | 29 RegExpLiteralBuilder &SetPattern(util::StringView pattern) in SetPattern()
|
| /arkcompiler/runtime_core/static_core/templates/ |
| D | messages.rb | 21 def scan_until_exclusive(scanner, pattern) argument
|
| /arkcompiler/runtime_core/templates/ |
| D | messages.rb | 21 def scan_until_exclusive(scanner, pattern) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_imm_valid.cpp | 86 uint64 pattern = val & ((1ULL << static_cast<uint64>(diff)) - 1); in IsBitmaskImmediate() local
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 52 var pattern = /[A-Z]{3}/g; variable
|
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| D | metadata_test.cpp | 161 auto matchString = [](const char *pattern, const std::string &str) { in TEST() 236 auto matchString = [](const char *pattern, const std::string &str) { in TEST()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date_time_format.cpp | 222 HourCycleOption HourCycleFromPattern(const icu::UnicodeString pattern) in HourCycleFromPattern() 313 icu::UnicodeString pattern(""); in DateTimeStylePattern() local 618 icu::UnicodeString pattern = ChangeHourCyclePattern( in InitializeDateTimeFormat() local 1195 std::string pattern; in ResolvedOptions() local 1475 Pattern pattern("jj", "j"); in GetIcuPatternDesc() local 1482 icu::UnicodeString JSDateTimeFormat::ChangeHourCyclePattern(const icu::UnicodeString &pattern, Hour… in ChangeHourCyclePattern() 1521 icu::UnicodeString pattern = ChangeHourCyclePattern( in CreateICUSimpleDateFormat() local 1810 icu::UnicodeString pattern; in ConstructDateIntervalFormat() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 240 void Destructuring::Compile(PandaGen *pg, const ir::Expression *pattern) in Compile()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | destructuring.cpp | 275 void Destructuring::Compile(PandaGen *pg, const ir::Expression *pattern) in Compile()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 41 JSHandle<JSTaggedValue> pattern = GetCallArg(argv, 0); in RegExpConstructor() local 763 JSHandle<JSTaggedValue> pattern(thread, jsRegExp->GetOriginalSource()); in RegExpMatchAll() local 848 JSHandle<JSTaggedValue> pattern(thread, regexpHandle->GetOriginalSource()); in RegExpReplaceFast() local 2338 const JSHandle<JSTaggedValue> &pattern, in RegExpInitialize() 2425 JSTaggedValue BuiltinsRegExp::RegExpCreate(JSThread *thread, const JSHandle<JSTaggedValue> &pattern, in RegExpCreate() 2515 JSTaggedValue pattern = regexpObj->GetOriginalSource(); in FindCachedResult() local 2591 JSHandle<JSTaggedValue> pattern(thread, regexpObj->GetOriginalSource()); in AddResultInCache() local 2675 void RegExpExecResultCache::SetEntry(JSThread *thread, int entry, JSTaggedValue &pattern, JSTaggedV… in SetEntry() 2737 bool RegExpExecResultCache::Match(int entry, JSTaggedValue &pattern, JSTaggedValue &flags, JSTagged… in Match()
|
| /arkcompiler/runtime_core/panda_guard/configs/ |
| D | guard_name_cache.cpp | 67 std::regex pattern(match); in HasLineNumberInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | macro_assembler_aarch64.cpp | 293 uint64_t pattern = val & ((1ULL << static_cast<uint64_t>(diff)) - 1); in IsBitmaskImmediate() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 565 …String *pattern = String::CreateFromMUtf8(patternData.data(), patternData.size() - 1, GetLanguageC… in TEST_F() local 585 …String *pattern = String::CreateFromMUtf8(patternData.data(), patternData.size() - 1, GetLanguageC… in TEST_F() local 594 …String *pattern = String::CreateFromMUtf8(patternData.data(), patternData.size() - 1, GetLanguageC… in TEST_F() local
|