Home
last modified time | relevance | path

Searched defs:str1 (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-1.ts16 let str1 = "This is a \··test \··string."; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dstring_define.ts18 let str1 = 'abc'; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dstring_declaration.ts18 let str1 = 'abc'; variable
/arkcompiler/ets_runtime/test/moduletest/datecompare/
Ddatecompare.js22 var str1 = Date.parse('08/04/2011') 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/stringreplaceall/
Dstringreplaceall.js24 let str1 = "Hello, world"; variable
/arkcompiler/ets_runtime/test/moduletest/deleteobjproperty/
Ddeleteobjproperty.js40 var str1 = 'my' + 'name'; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheap_snapshot.js16 let str1 = 'string1'; variable
Dheapdump.js36 let str1 = 'Hello'; variable
/arkcompiler/ets_runtime/test/moduletest/stringfromcharcode/
Dstringfromcharcode.js24 var str1 = String.fromCharCode(56); variable
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsir.js23 var str1 = "wpydejkl"; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp194 EtsString *str1 = EtsString::CreateFromUtf16(&data, 0); in TEST_F() local
277 EtsString *str1 = EtsString::CreateFromMUtf8(mutf8Data1); in TEST_F() local
356 EtsString *str1 = EtsString::CreateFromMUtf8(data1.data()); in TEST_F() local
383 EtsString *str1 = EtsString::CreateFromMUtf8(data1.data()); in TEST_F() local
488 EtsString *str1 = EtsString::CreateFromMUtf8(data1.data()); in TEST_F() local
506 EtsString *str1 = EtsString::CreateFromMUtf8(data.data()); in TEST_F() local
518 EtsString *str1 = EtsString::CreateFromMUtf8(data1.data(), data1.size() - 1); in TEST_F() local
547 EtsString *str1 = EtsString::CreateFromMUtf8(data.data()); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js23 var str1 = "wodehaoxiongdi"; variable
/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.cpp103 JSHandle<EcmaString> str1 = factory->NewFromASCII("?!=()#%&"); in HWTEST_F_L0() local
147 JSHandle<EcmaString> str1 = factory->NewFromASCII(""); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js54 var str1 = '4.' + '67'; variable
/arkcompiler/ets_runtime/test/sharedtest/sharedJSON/
DsharedJSON.ts66 let str1 = JSON.stringify(arr); variable
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp291 auto str1 = src[FIRST_OPERAND]; in CreateStringConcat() local
298 auto str1 = src[FIRST_OPERAND]; in CreateStringConcat() local
306 auto str1 = src[FIRST_OPERAND]; in CreateStringConcat() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h333 static bool StringsAreEquals(Span<const T> &str1, Span<const T1> &str2) in StringsAreEquals()
1362 …static bool StringsAreEqual(const EcmaVM *vm, const JSHandle<EcmaString> &str1, const JSHandle<Ecm… in StringsAreEqual()
1369 static bool StringsAreEqual(EcmaString *str1, EcmaString *str2) in StringsAreEqual()
1376 static bool StringsAreEqualDiffUtfEncoding(EcmaString *str1, EcmaString *str2) in StringsAreEqualDiffUtfEncoding()
1383 …static bool StringIsEqualUint8Data(const EcmaString *str1, const uint8_t *dataAddr, uint32_t dataL… in StringIsEqualUint8Data()
1391 …static bool StringsAreEqualUtf16(const EcmaString *str1, const uint16_t *utf16Data, uint32_t utf16… in StringsAreEqualUtf16()
1399 bool EqualToSplicedString(const EcmaString *str1, const EcmaString *str2) in EqualToSplicedString()
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js24 var str1 = JSON.stringify(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/regexp/tests/
Dregexp_test.cpp773 JSHandle<EcmaString> str1 = factory->NewFromASCII("aaba"); in HWTEST_F_L0() local
855 JSHandle<EcmaString> str1 = factory->NewFromASCII("z"); in HWTEST_F_L0() local
1206 JSHandle<EcmaString> str1 = factory->NewFromASCII("aaa"); in HWTEST_F_L0() local
1325 JSHandle<EcmaString> str1 = factory->NewFromASCII("ab"); in HWTEST_F_L0() local
1479 JSHandle<EcmaString> str1 = factory->NewFromASCII("b"); in HWTEST_F_L0() local
1506 JSHandle<EcmaString> str1 = factory->NewFromASCII("ab"); in HWTEST_F_L0() local
1583 JSHandle<EcmaString> str1 = factory->NewFromASCII("2021"); in HWTEST_F_L0() local
1614 JSHandle<EcmaString> str1 = factory->NewFromASCII("Brown"); in HWTEST_F_L0() local
1642 JSHandle<EcmaString> str1 = factory->NewFromASCII("AB"); in HWTEST_F_L0() local
1669 JSHandle<EcmaString> str1 = factory->NewFromASCII("netscape."); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp641 bool String::StringsAreEqual(String *str1, String *str2) in StringsAreEqual()
662 bool String::StringsAreEqualMUtf8(String *str1, const uint8_t *mutf8Data, uint32_t utf16Length) in StringsAreEqualMUtf8()
673 bool String::StringsAreEqualMUtf8(String *str1, const uint8_t *mutf8Data, uint32_t utf16Length, boo… in StringsAreEqualMUtf8()
698 bool String::StringsAreEqualUtf16(String *str1, const uint16_t *utf16Data, uint32_t utf16DataLength) in StringsAreEqualUtf16()
746 bool String::StringsAreEquals(Span<const T> &str1, Span<const T> &str2) in StringsAreEquals()
/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()

12