Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/stringlocalecompare/
Dstringlocalecompare.js26 { str1: 'apple', str2: 'apple' }, property
27 { str1: 'apple', str2: 'banana' }, property
28 { str1: 'banana', str2: 'apple' }, property
29 { str1: 'app', str2: 'apple' }, property
30 { str1: 'application', str2: 'apple' }, property
31 { str1: 'Apple', str2: 'apple' }, property
32 { str1: '123', str2: '1234' }, property
33 { str1: '1234', str2: '123' }, property
34 { str1: 'Zebra', str2: 'apple' }, property
35 { str1: 'appleappleappleappleappleapple', str2: 'appleappleappleappleappleapple' }, property
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-regular-expression-patterns-2.ts16 let str2 = "This is a ··test ··string."; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dstring_declaration.ts22 let str2 = 'def'; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dstring_define.ts23 let str2 = 'def'; variable
/arkcompiler/ets_runtime/test/moduletest/datecompare/
Ddatecompare.js23 var str2 = Date.parse('2010-08-04') variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp367 bool operator==(const MapleString &str1, const MapleString &str2) in operator ==()
384 bool operator==(const MapleString &str1, const char *str2) in operator ==()
405 bool operator==(const char *str1, const MapleString &str2) in operator ==()
423 bool operator!=(const MapleString &str1, const MapleString &str2) in operator !=()
428 bool operator!=(const MapleString &str1, const char *str2) in operator !=()
433 bool operator!=(const char *str1, const MapleString &str2) in operator !=()
438 bool operator<(const MapleString &str1, const MapleString &str2) in operator <()
/arkcompiler/ets_runtime/test/moduletest/stringfromcharcode/
Dstringfromcharcode.js25 var str2 = String.fromCharCode(90); variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheap_snapshot.js17 let str2 = 'string2'; variable
Dheapdump.js37 let str2 = 'World'; variable
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js24 var str2 = "回家好好slsa"; variable
/arkcompiler/ets_runtime/test/sharedtest/sharedJSON/
DsharedJSON.ts70 let str2 = JSON.stringify(obj1); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp195 EtsString *str2 = EtsString::CreateFromUtf16(&data, 1); in TEST_F() local
278 EtsString *str2 = EtsString::CreateFromMUtf8(mutf8Data2); in TEST_F() local
357 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local
384 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local
489 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local
507 EtsString *str2 = EtsString::CreateNewEmptyString(); in TEST_F() local
520 EtsString *str2 = EtsString::CreateFromMUtf8(data1.data(), data1.size() - 4U); in TEST_F() local
Dets_method_test.cpp334 EtsString *str2 = EtsString::CreateFromMUtf8("foo1"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp417 EtsString *StdCoreStringConcat2(EtsString *str1, EtsString *str2) in StdCoreStringConcat2()
424 EtsString *StdCoreStringConcat3(EtsString *str1, EtsString *str2, EtsString *str3) in StdCoreStringConcat3()
432 EtsString *StdCoreStringConcat4(EtsString *str1, EtsString *str2, EtsString *str3, EtsString *str4) in StdCoreStringConcat4()
441 ets_int StdCoreStringCompareTo(EtsString *str1, EtsString *str2) in StdCoreStringCompareTo()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp117 …JSHandle<EcmaString> str2 = factory->NewFromASCII("%u%u0%u9%ua%uF%u00%u09%u0f%u0F%u000%u00a%u00F"); in HWTEST_F_L0() local
161 …JSHandle<EcmaString> str2 = factory->NewFromASCII("%u%u0%u9%ua%uF%u00%u09%u0f%u0F%u000%u00a%u00F"); in HWTEST_F_L0() local
Dbuiltins_date_test.cpp592 JSHandle<EcmaString> str2 = in HWTEST_F_L0() local
750 void ToStringCommon(JSThread* thread, CString& str1, CString& str2, CString& str3, AlgorithmType ty… in ToStringCommon()
786 CString str2 = "Mon Dec 31 1900 23:54:16 GMT"; in HWTEST_F_L0() local
794 CString str2 = "23:54:16 GMT"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js55 var str2 = "jjj" + "kk"; variable
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp292 auto str2 = src[SECOND_OPERAND]; in CreateStringConcat() local
299 auto str2 = src[SECOND_OPERAND]; in CreateStringConcat() local
307 auto str2 = src[SECOND_OPERAND]; in CreateStringConcat() local
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js26 var str2 = JSON.stringify(new Array(3).join("0")); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DInterfaceNativeTest.cpp86 ets_string str1, ets_string str2) in ETS_InterfaceNativeTest_testStrUTFLen()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h333 static bool StringsAreEquals(Span<const T> &str1, Span<const T1> &str2) in StringsAreEquals()
1360 …ringsAreEqual(const EcmaVM *vm, const JSHandle<EcmaString> &str1, const JSHandle<EcmaString> &str2) in StringsAreEqual()
1367 static bool StringsAreEqual(EcmaString *str1, EcmaString *str2) in StringsAreEqual()
1374 static bool StringsAreEqualDiffUtfEncoding(EcmaString *str1, EcmaString *str2) in StringsAreEqualDiffUtfEncoding()
1397 bool EqualToSplicedString(const EcmaString *str1, const EcmaString *str2) in EqualToSplicedString()
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h242 static inline void InplaceAppend(std::u16string &str1, const std::u16string &str2) in InplaceAppend()
247 static inline std::u16string Append(const std::u16string &str1, const std::u16string &str2) in Append()
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dspec.rb181 def same?(str1, str2) argument
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb181 def same?(str1, str2) argument
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp185 const std::u16string str2 = StringHelper::StringToU16string("world!"); in HWTEST_F_L0() local

12