Home
last modified time | relevance | path

Searched defs:groupName (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp47 CVector<CString> &groupName) in GetCache()
62 CVector<CString> groupName) in SetCache()
Dregexp_parser.cpp964 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount()
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenu.js114 notChildren(item, group, groupName, groupDescribe) { argument
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp942 bool RegExpParser::CalculateCaptureIndex(const uint8_t *p, int &captureIndex, const char *groupName in CalculateCaptureIndex()
974 bool RegExpParser::ParseCaptureCountImpl(const uint8_t *p, int &captureIndex, const char *groupName in ParseCaptureCountImpl()
997 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp151 auto groupName = parser.GetGroupNames(); in SetGroupNames() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2047 JSHandle<JSTaggedValue> groupName = groupNames[i - 1]; in MakeMatchIndicesIndexPairArray() local
2124 … JSHandle<JSTaggedValue> groupName(thread, JSHandle<JSRegExp>::Cast(regexp)->GetGroupName(thread)); in RegExpBuiltinExec() local
2449 CVector<CString> groupName; in RegExpInitialize() local
Dbuiltins_string.cpp1378 JSHandle<EcmaString> groupName = JSHandle<EcmaString>( in ProcessNamedCaptures() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp650 JSHandle<JSTaggedValue> groupName(factory->NewFromASCII("groupname")); in HWTEST_F_L0() local