| /arkcompiler/ets_runtime/test/moduletest/stringlocalecompare/ |
| D | stringlocalecompare.js | 26 { 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/ |
| D | test-ts-regular-expression-patterns-2.ts | 16 let str2 = "This is a ··test ··string."; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | string_declaration.ts | 22 let str2 = 'def'; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/ |
| D | string_define.ts | 23 let str2 = 'def'; variable
|
| /arkcompiler/ets_runtime/test/moduletest/datecompare/ |
| D | datecompare.js | 23 var str2 = Date.parse('2010-08-04') variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | maple_string.cpp | 367 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/ |
| D | stringfromcharcode.js | 25 var str2 = String.fromCharCode(90); variable
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/ |
| D | heap_snapshot.js | 17 let str2 = 'string2'; variable
|
| D | heapdump.js | 37 let str2 = 'World'; variable
|
| /arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
| D | objecthasownproperty.js | 24 var str2 = "回家好好slsa"; variable
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedJSON/ |
| D | sharedJSON.ts | 70 let str2 = JSON.stringify(obj1); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 195 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
|
| D | ets_method_test.cpp | 334 EtsString *str2 = EtsString::CreateFromMUtf8("foo1"); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_String.cpp | 417 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/ |
| D | builtins_global_test.cpp | 117 …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
|
| D | builtins_date_test.cpp | 592 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/ |
| D | objoperate.js | 55 var str2 = "jjj" + "kk"; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 292 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/ |
| D | arrayjoin.js | 26 var str2 = JSON.stringify(new Array(3).join("0")); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/ |
| D | InterfaceNativeTest.cpp | 86 ets_string str1, ets_string str2) in ETS_InterfaceNativeTest_testStrUTFLen()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 333 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/ |
| D | string_helper.h | 242 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/ |
| D | spec.rb | 181 def same?(str1, str2) argument
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | spec.rb | 181 def same?(str1, str2) argument
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | string_helper_test.cpp | 185 const std::u16string str2 = StringHelper::StringToU16string("world!"); in HWTEST_F_L0() local
|