Home
last modified time | relevance | path

Searched defs:string2 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_collator_test.cpp40 JSHandle<EcmaString> string2 = factory->NewFromASCII("abc"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp181 EtsString *string2 = EtsString::CreateFromUtf16(data.data(), data.size() - 1); in TEST_F() local
216 EtsString *string2 = EtsString::CreateFromMUtf8(mutf8Data2); in TEST_F() local
585 EtsString *string2 = EtsString::CreateFromUtf16(string1->GetDataUtf16(), data.size()); in TEST_F() local
601 EtsString *string2 = EtsString::CreateFromMUtf8(reinterpret_cast<const char *>(data2.data())); in TEST_F() local
622 EtsString *string2 = EtsString::Resolve(data.data(), data.size() - 1); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp615 bool FastCompareStringFlatContent(EcmaString* string1, EcmaString* string2, in FastCompareStringFlatContent()
663 EcmaString* string1, EcmaString* string2, in TryFastCompareStrings()
736 … const JSHandle<EcmaString> &string1, const JSHandle<EcmaString> &string2, in CompareStrings()
/arkcompiler/toolchain/tooling/test/testcases/js/
Dmodule_variable.js175 var string2 = "helloworld11"; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp535 String *string2 = String::CreateFromMUtf8(data2.data(), data2.size() - 1, GetLanguageContext(), in TEST_F() local
613 String *string2 = String::CreateFromMUtf8(data2.data(), data2.size() - 1, GetLanguageContext(), in TEST_F() local
780 String *string2 = String::CreateFromMUtf8(data2.data(), data2.size() - 1, GetLanguageContext(), in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js54 let string2 = string1.substring(1); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h253 coretypes::String *string2 = in FastSubString() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp587 JSHandle<EcmaString> string2 = factory->NewFromASCII("abcd"); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp151 JSHandle<EcmaString> string2 = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp978 String *String::Concat(String *string1, String *string2, const LanguageContext &ctx, PandaVM *vm) in Concat()
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1899 let string2 = numbers.toString(); variable