Home
last modified time | relevance | path

Searched defs:inputString (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dbase64.cpp19 std::string Base64Encode(const std::string &inputString) in Base64Encode() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segments.cpp126 CreateSegmentDataObject(JSThread *thread, GranularityOption granularity, icu::BreakIterator* breakIterator, const JSHandle<EcmaString> &inputString, const icu::UnicodeString& unicodeString, int32_t startIndex, int32_t endIndex) CreateSegmentDataObject() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp266 JSHandle<EcmaString> inputString = in HWTEST_F_L0() local
306 JSHandle<EcmaString> inputString = thread->GetEcmaVM()->GetFactory()->NewFromASCII("123"); in HWTEST_F_L0() local
364 JSHandle<EcmaString> inputString = in HWTEST_F_L0() local
233 ExecCommon(JSThread* thread, EcmaVM* instance, JSHandle<JSTaggedValue>& execResult, JSHandle<EcmaString>& inputString, std::vector<JSHandle<EcmaString>>& result) ExecCommon() argument
391 JSHandle<EcmaString> inputString = HWTEST_F_L0() local
411 JSHandle<EcmaString> inputString = HWTEST_F_L0() local
430 JSHandle<EcmaString> inputString = thread->GetEcmaVM()->GetFactory()->NewFromASCII(""); HWTEST_F_L0() local
458 JSHandle<EcmaString> inputString = thread->GetEcmaVM()->GetFactory()->NewFromASCII("a-b-c"); HWTEST_F_L0() local
513 JSHandle<EcmaString> inputString = HWTEST_F_L0() local
541 JSHandle<EcmaString> inputString = factory->NewFromASCII("abcde"); HWTEST_F_L0() local
566 JSHandle<EcmaString> inputString = factory->NewFromASCII("abcde"); HWTEST_F_L0() local
619 JSHandle<EcmaString> inputString = factory->NewFromASCII("babcae"); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp279 JSHandle<EcmaString> inputString = JSHandle<EcmaString>::Cast(inputStr); in RegExpTestFast() local
596 JSHandle<JSTaggedValue> inputString = GetCallArg(argv, 0); in Match() local
750 JSHandle<JSTaggedValue> inputString = GetCallArg(argv, 0); in MatchAll() local
829 RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, uint32_t inputLength) RegExpReplaceFast() argument
905 ShouldUseCache(JSThread *thread, JSHandle<EcmaString> inputString) ShouldUseCache() argument
920 MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, uint32_t &flags, uint32_t lastIndex, uint32_t inputLength, std::string &resultString) MatchAndReplace() argument
1644 JSHandle<JSTaggedValue> inputString = GetCallArg(argv, 0); Split() local
1794 RegExpExecInternal(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, int32_t lastIndex) RegExpExecInternal() argument
1998 JSHandle<EcmaString> inputString = JSHandle<EcmaString>::Cast(inputStr); RegExpBuiltinExec() local
2144 JSHandle<EcmaString> inputString = JSHandle<EcmaString>::Cast(inputStr); RegExpBuiltinExecWithoutResult() local
2171 RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, const JSHandle<JSTaggedValue> &inputString, bool useCache, bool isIntermediateResult) RegExpExec() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1789 std::string inputString = "Sample Test"; in HWTEST_F_L0() local

Completed in 13 milliseconds