Home
last modified time | relevance | path

Searched defs:patternStr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.h44 util::StringView patternStr; member
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h48 util::StringView patternStr; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp_8.cpp32 Pcre2Obj RegExp8::CreatePcre2Object(const uint8_t *patternStr, uint32_t flags, uint32_t extraFlags,… in CreatePcre2Object()
Dregexp_16.cpp32 Pcre2Obj RegExp16::CreatePcre2Object(const uint16_t *patternStr, uint32_t flags, uint32_t extraFlag… in CreatePcre2Object()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h163 EcmaString *patternStr = EcmaString::Cast(pattern.GetTaggedObject()); in Match() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp366 ets_int StdCoreStringIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringIndexOfString()
372 ets_int StdCoreStringLastIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringLastIndexOfString()
Descompat_RegExp.cpp296 auto patternStr = ExtractString(patternHandle.GetPtr(), isUtf16); in Execute() local
430 extern "C" EtsObject *EscompatRegExpExec(EtsObject *obj, EtsString *patternStr, EtsString *flagsStr… in EscompatRegExpExec()