Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h264 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length);
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp63 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetString()
Decma_string.h312 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length);
1301 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function
1303 return EcmaString::ComputeHashcodeUtf16(utf16Data, length); in ComputeHashcodeUtf16()
Decma_string.cpp775 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.cpp109 …uint32_t hashCode = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf… in GetString()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp235 auto rawHashCode = String::ComputeHashcodeUtf16(data.data(), data.size()); in TEST_F()
245 auto rawHashCode = String::ComputeHashcodeUtf16(data.data(), data.size()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp856 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument
864 EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0()
Decma_string_test.cpp1478 HWTEST_F_L0(EcmaStringTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument
1486 EXPECT_EQ(EcmaString::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp861 uint32_t String::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::coretypes::String