| /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/arkguard/test/grammar/compact/ |
| D | multiLine.ts | 20 const str2 = "这是第一行\n这是第二行"; constant
|
| /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/types_definition/ |
| D | string_define.ts | 23 let str2 = 'def'; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | string_declaration.ts | 22 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/test/fuzztest/objectgetinformation_fuzzer/ |
| D | objectgetinformation_fuzzer.cpp | 33 std::string str2 = fdp.ConsumeRandomLengthString(1024); in ObjectGetAllPropertyNamesFuzzTest() local 64 std::string str2 = fdp.ConsumeRandomLengthString(1024); in ObjectGetOwnEnumerablePropertyNamesFuzzTest() local 82 std::string str2 = fdp.ConsumeRandomLengthString(1024); in ObjectGetOwnPropertyNamesFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | maple_string.cpp | 366 bool operator==(const MapleString &str1, const MapleString &str2) in operator ==() 383 bool operator==(const MapleString &str1, const char *str2) in operator ==() 404 bool operator==(const char *str1, const MapleString &str2) in operator ==() 422 bool operator!=(const MapleString &str1, const MapleString &str2) in operator !=() 427 bool operator!=(const MapleString &str1, const char *str2) in operator !=() 432 bool operator!=(const char *str1, const MapleString &str2) in operator !=() 437 bool operator<(const MapleString &str1, const MapleString &str2) in operator <()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/inline-property/ |
| D | inline-property3.ts | 21 str2 = '1' property in HelloWorld2
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_service_test.cpp | 151 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local 167 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local 184 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local 199 const char *str2 = OperateDebugMessage(ecmaVm, message); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/compact_remove_console/ |
| D | multiLine_logs.ts | 37 const str2 = `这是第四行 constant
|
| /arkcompiler/ets_runtime/test/moduletest/stringfromcharcode/ |
| D | stringfromcharcode.js | 25 var str2 = String.fromCharCode(90); variable
|
| /arkcompiler/ets_runtime/test/fuzztest/nativepointernew2_fuzzer/ |
| D | nativepointernew2_fuzzer.cpp | 36 std::string str2 = fdp.ConsumeRandomLengthString(1024); in NativePointerNew2FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/ |
| D | heap_snapshot.js | 17 let str2 = 'string2'; variable
|
| /arkcompiler/ets_runtime/test/fuzztest/stringtableconcatstringintern_fuzzer/ |
| D | stringtableconcatstringintern_fuzzer.cpp | 52 JSHandle<EcmaString> str2 = factory->NewFromStdString(suffix); in StringTableConcatStringInternFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/ |
| D | weakmapref_fuzzer.cpp | 56 std::string str2 = fdp.ConsumeRandomLengthString(1024); in WeakMapRefFuzzTest() local
|
| /arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
| D | objecthasownproperty.js | 24 var str2 = "回家好好slsa"; variable
|
| /arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/ |
| D | setrefgetvalue_fuzzer.cpp | 59 std::string str2 = fdp.ConsumeRandomLengthString(1024); in SetRefGetValueFuzztest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_StringBuilder.cpp | 114 …CoreStringBuilderAppendString3(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2) in StdCoreStringBuilderAppendString3() 119 …CoreStringBuilderAppendString4(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2, in StdCoreStringBuilderAppendString4()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 197 EtsString *str2 = EtsString::CreateFromUtf16(&data, 1); in TEST_F() local 280 EtsString *str2 = EtsString::CreateFromMUtf8(mutf8Data2); in TEST_F() local 359 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local 386 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local 491 EtsString *str2 = EtsString::CreateFromMUtf8(data2.data()); in TEST_F() local 509 EtsString *str2 = EtsString::CreateNewEmptyString(); in TEST_F() local 522 EtsString *str2 = EtsString::CreateFromMUtf8(data1.data(), data1.size() - 4U); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayjoin/ |
| D | arrayjoin.js | 51 var str2 = JSON.stringify(new Array(3).join("0")); variable
|
| /arkcompiler/ets_runtime/test/moduletest/objoperate/ |
| D | objoperate.js | 55 var str2 = "jjj" + "kk"; variable
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | base_string-inl1.h | 104 bool BaseString::StringsAreEquals(Span<const T> &str1, Span<const T1> &str2) in StringsAreEquals()
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/strings/ |
| D | strings_test.cpp | 107 auto str2 = g_implM->createString(userData.file, "string2", strlen("string2")); in TEST_F() local 178 auto str2 = g_implM->createString(userData.file, "string2", strlen("string2")); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedJSON/ |
| D | sharedJSON.ts | 70 let str2 = JSON.stringify(obj1); variable
|