Home
last modified time | relevance | path

Searched defs:groupName (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser_cache.cpp45 GetCache(EcmaString *pattern, const uint32_t flags, CVector<CString> &groupName) GetCache() argument
58 SetCache(EcmaString *pattern, const uint32_t flags, const JSTaggedValue codeBuffer, const size_t bufferSize, CVector<CString> groupName) SetCache() argument
H A Dregexp_parser.cpp964 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp165 auto groupName = parser.GetGroupNames(); in SetGroupNames() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_parser.cpp904 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp1963 JSHandle<JSTaggedValue> groupName = groupNames[i - 1]; in MakeMatchIndicesIndexPairArray() local
2360 CVector<CString> groupName; in RegExpInitialize() local
[all...]
H A Dbuiltins_string.cpp1362 JSHandle<EcmaString> groupName = JSHandle<EcmaString>( in ProcessNamedCaptures() local

Completed in 16 milliseconds