Home
last modified time | relevance | path

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

123

/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/arkguard/test/grammar/compact/
DmultiLine.ts20 const str2 = "这是第一行\n这是第二行"; constant
/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.cpp366 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/
Dinline-property3.ts21 str2 = '1' property in HelloWorld2
/arkcompiler/ets_frontend/arkguard/test/grammar/compact_remove_console/
DmultiLine_logs.ts37 const str2 = `这是第四行 constant
/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/stringfromcharcode/
Dstringfromcharcode.js25 var str2 = String.fromCharCode(90); variable
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js24 var str2 = "回家好好slsa"; 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
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_StringBuilder.cpp112 …CoreStringBuilderAppendString3(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2) in StdCoreStringBuilderAppendString3()
117 …CoreStringBuilderAppendString4(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2, in StdCoreStringBuilderAppendString4()
Dstd_core_String.cpp454 EtsString *StdCoreStringConcat2(EtsString *str1, EtsString *str2) in StdCoreStringConcat2()
461 EtsString *StdCoreStringConcat3(EtsString *str1, EtsString *str2, EtsString *str3) in StdCoreStringConcat3()
469 EtsString *StdCoreStringConcat4(EtsString *str1, EtsString *str2, EtsString *str3, EtsString *str4) in StdCoreStringConcat4()
478 ets_int StdCoreStringCompareTo(EtsString *str1, EtsString *str2) in StdCoreStringCompareTo()
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js51 var str2 = JSON.stringify(new Array(3).join("0")); variable
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js55 var str2 = "jjj" + "kk"; variable
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp337 auto str2 = src[FOURTH_OPERAND]; in CreateStringBuilderAppendStrings() local
344 auto str2 = src[FOURTH_OPERAND]; in CreateStringBuilderAppendStrings() local
363 auto str2 = src[SECOND_OPERAND]; in CreateStringConcat() local
370 auto str2 = src[SECOND_OPERAND]; in CreateStringConcat() local
378 auto str2 = src[SECOND_OPERAND]; in CreateStringConcat() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/strings/
Dstrings_test.cpp107 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/
DsharedJSON.ts70 let str2 = JSON.stringify(obj1); variable
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/get_insts/
Dgettemplateobject_dynamic.cpp51 auto *str2 = g_implM->createString(file, "!", strlen("!")); in __anon6679643d0202() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp389 auto str2 = str2Handle.GetPtr(); in StringBuilderAppendStringsChecked() local
465 …er *StringBuilderAppendStrings(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2) in StringBuilderAppendStrings()
486 auto str2 = str2Handle.GetPtr(); in StringBuilderAppendStringsChecked() local
578 …er *StringBuilderAppendStrings(ObjectHeader *sb, EtsString *str0, EtsString *str1, EtsString *str2, in StringBuilderAppendStrings()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DInterfaceNativeTest.cpp86 ets_string str1, ets_string str2) in ETS_InterfaceNativeTest_testStrUTFLen()
/arkcompiler/runtime_core/libabckit/tests/scenarios/add_log/
Dadd_log_static_test.cpp44 AbckitString *str2 = nullptr; member

123