Searched defs:inputString (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-regular-expression.ts | 16 const inputString = "There are 10 apples and 20 bananas."; constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 234 JSHandle<EcmaString>& inputString, std::vector<JSHandle<EcmaString>>& result) in ExecCommon() 266 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 391 JSHandle<EcmaString> inputString = in HWTEST_F_L0() local 411 JSHandle<EcmaString> inputString = in HWTEST_F_L0() local 430 JSHandle<EcmaString> inputString = thread->GetEcmaVM()->GetFactory()->NewFromASCII(""); in HWTEST_F_L0() local 458 JSHandle<EcmaString> inputString = thread->GetEcmaVM()->GetFactory()->NewFromASCII("a-b-c"); in HWTEST_F_L0() local 513 JSHandle<EcmaString> inputString = in HWTEST_F_L0() local 541 JSHandle<EcmaString> inputString = factory->NewFromASCII("abcde"); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/fuzztest/anitextencoder_fuzzer/ |
| D | anitextencoder_fuzzer.cpp | 36 std::string_view inputString(source, static_cast<size_t>(length)); in AniTextEncoder() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | base64.cpp | 19 std::string Base64Encode(const std::string &inputString) in Base64Encode()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_textencoder.cpp | 94 …WriteEncodedDataResult> OtherEncode([[maybe_unused]] ani_env *env, std::u16string_view inputString, in OtherEncode() 255 std::string inputString = stdlib::ConvertFromAniString(env, stringObj); in DoEncodeInto() local 269 std::string inputString = stdlib::ConvertFromAniString(env, stringObj); in DoEncodeInto() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.cpp | 77 size_t Base64Encode(const char* inputString, size_t slen, char* outputBuffer, size_t dlen) in Base64Encode()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 285 JSHandle<EcmaString> inputString = JSHandle<EcmaString>::Cast(inputStr); in RegExpTestFast() local 603 JSHandle<JSTaggedValue> inputString = GetCallArg(argv, 0); in Match() local 765 JSHandle<JSTaggedValue> inputString = GetCallArg(argv, 0); in MatchAll() local 845 … JSHandle<EcmaString> inputString, uint32_t inputLength) in RegExpReplaceFast() 928 bool BuiltinsRegExp::ShouldUseCache(JSThread *thread, JSHandle<EcmaString> inputString) in ShouldUseCache() 944 JSHandle<EcmaString> inputString, uint32_t &flags, in MatchAndReplace() 1691 JSHandle<JSTaggedValue> inputString = GetCallArg(argv, 0); in Split() local 1851 JSHandle<EcmaString> inputString, int32_t lastIndex) in RegExpExecInternal() 2090 JSHandle<EcmaString> inputString = JSHandle<EcmaString>::Cast(inputStr); in RegExpBuiltinExec() local 2233 JSHandle<EcmaString> inputString = JSHandle<EcmaString>::Cast(inputStr); in RegExpBuiltinExecWithoutResult() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segments.cpp | 127 icu::BreakIterator* breakIterator, const JSHandle<EcmaString> &inputString, in CreateSegmentDataObject()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1837 std::string inputString = "Sample Test"; in HWTEST_F_L0() local
|