Home
last modified time | relevance | path

Searched defs:data1 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp475 Span<const uint8_t> data1(str1->GetDataUtf8(), str1->GetLength()); in EqualToSplicedString() local
491 const uint16_t *data1 = EcmaString::GetUtf16DataFlat(str1, buf1); in StringsAreEqualSameUtfEncoding() local
499 const uint8_t *data1 = EcmaString::GetUtf8DataFlat(str1, buf1); in StringsAreEqualSameUtfEncoding() local
575 Span<const uint8_t> data1(EcmaString::GetUtf8DataFlat(str1, buf), utf8Len); in StringsAreEqualUtf8() local
598 Span<const uint16_t> data1(EcmaString::GetUtf16DataFlat(str1, buf), length); in StringsAreEqualUtf16() local
667 Span<const uint16_t> data1(tmpBuffer.data(), len); in IsUtf8EqualsUtf16() local
Djs_date_time_format.h74 Pattern(const std::string &data1, const std::string &data2) : data(InitializePattern( in Pattern()
Dtagged_dictionary.cpp57 Span<const uint8_t> data1(EcmaStringAccessor(keyString).GetDataUtf8(), keyString->GetLength()); in IsMatch() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1481 JSTaggedValue data1 = JSTypedArray::FastGetPropertyByIndex(thread, typedArray.GetTaggedValue(), in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1247 void *data1 = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp1881 char16_t data1[] = {0xdf06}; in HWTEST_F_L0() local