Home
last modified time | relevance | path

Searched refs:ComputeHashcodeUtf16 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h370 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length);
614 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function
616 return EcmaString::ComputeHashcodeUtf16(utf16Data, length); in ComputeHashcodeUtf16()
Decma_string_table.cpp59 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetString()
Decma_string.cpp520 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString
/arkcompiler/runtime_core/runtime/include/coretypes/
Dstring.h262 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16_data, uint32_t length);
/arkcompiler/runtime_core/runtime/
Dstring_table.cpp108 …uint32_t hash_code = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16_data), u… in GetString()
/arkcompiler/runtime_core/runtime/tests/
Dstring_test.cpp228 auto raw_hash_code = String::ComputeHashcodeUtf16(data.data(), data.size()); in TEST_F()
238 auto raw_hash_code = String::ComputeHashcodeUtf16(data.data(), data.size()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp824 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument
832 EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0()
Decma_string_test.cpp1544 HWTEST_F_L0(EcmaStringTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument
1552 EXPECT_EQ(EcmaString::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0()
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp674 uint32_t String::ComputeHashcodeUtf16(const uint16_t *utf16_data, uint32_t length) in ComputeHashcodeUtf16() function in panda::coretypes::String