Home
last modified time | relevance | path

Searched defs:patternStr (Results 1 – 5 of 5) 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/intrinsics/
Dstd_core_String.cpp416 ets_int StdCoreStringIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringIndexOfString()
422 ets_int StdCoreStringLastIndexOfString(EtsString *thisStr, EtsString *patternStr, ets_int fromIndex) in StdCoreStringLastIndexOfString()
Descompat_RegExp.cpp186 VMHandle<EtsString> patternStr(coroutine, patternStrObj->GetCoreType()); in EscompatRegExpCompile() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2770 EcmaString *patternStr = EcmaString::Cast(pattern.GetTaggedObject()); in Match() local