Searched defs:data1 (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.cpp | 475 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
|
| D | js_date_time_format.h | 74 Pattern(const std::string &data1, const std::string &data2) : data(InitializePattern( in Pattern()
|
| D | tagged_dictionary.cpp | 57 Span<const uint8_t> data1(EcmaStringAccessor(keyString).GetDataUtf8(), keyString->GetLength()); in IsMatch() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 1481 JSTaggedValue data1 = JSTypedArray::FastGetPropertyByIndex(thread, typedArray.GetTaggedValue(), in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 1247 void *data1 = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
| D | regexp_test.cpp | 1881 char16_t data1[] = {0xdf06}; in HWTEST_F_L0() local
|