Home
last modified time | relevance | path

Searched defs:string1 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_handle_test.cpp36 auto string1 = factory->NewFromASCII("test1"); in HWTEST_F_L0() local
55 auto string1 = factory->NewFromUtf8(test.c_str()); in GlobalHandleCommon() local
107 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
120 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
141 auto string1 = factory->NewFromASCII("test1"); in HWTEST_F_L0() local
173 auto string1 = factory->NewFromUtf8(test.c_str()); in HWTEST_F_L0() local
Djs_collator_test.cpp39 JSHandle<EcmaString> string1 = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
Djs_array_test.cpp76 EcmaString *string1 = *factory->NewFromASCII("1"); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/test/grammar/print_unobfuscation/unobfuscation_source/
Dunobfudcation_source.ts44 string1 = '1'; property in MyClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp180 EtsString *string1 = EtsString::CreateFromUtf16(data.data(), data.size()); in TEST_F() local
215 EtsString *string1 = EtsString::CreateFromMUtf8(mutf8Data1); in TEST_F() local
566 EtsString *string1 = EtsString::CreateFromUtf16(data1.data(), byteArrayLength); in TEST_F() local
583 EtsString *string1 = EtsString::CreateFromUtf16(data.data(), data.size()); in TEST_F() local
595 EtsString *string1 = EtsString::CreateFromMUtf8(data.data()); in TEST_F() local
621 EtsString *string1 = EtsString::Resolve(data.data(), data.size() - 1); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp635 bool FastCompareStringFlatContent(EcmaString* string1, EcmaString* string2, in FastCompareStringFlatContent()
682 std::optional<UCollationResult> TryFastCompareStrings(EcmaString* string1, EcmaString* string2, in TryFastCompareStrings()
780const JSHandle<EcmaString> &string1, const JSHandle<EcmaString> &string2, in CompareStrings()
803 const JSHandle<EcmaString> &string1, in FastCachedCompareStrings()
/arkcompiler/toolchain/tooling/test/testcases/js/
Dmodule_variable.js125 var string1 = "helloworld1"; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp533 String *string1 = String::CreateFromMUtf8(data1.data(), data1.size() - 1, GetLanguageContext(), in TEST_F() local
611 String *string1 = String::CreateFromMUtf8(data1.data(), data1.size() - 1, GetLanguageContext(), in TEST_F() local
778 String *string1 = String::CreateFromMUtf8(data1.data(), data1.size() - 1, GetLanguageContext(), in TEST_F() local
931 String *string1 = String::CreateFromUtf16(data1.data(), byteArrayLength, GetLanguageContext(), in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js53 let string1 = "fdjDJSAjkdfalDDGETG"; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h304 coretypes::String *string1 = src->GetCoreType(); in FastSubString() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp586 JSHandle<EcmaString> string1 = 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()