Searched refs:ComputeHashcodeUtf16 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 264 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length);
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 63 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetString()
|
| D | ecma_string.h | 312 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()
|
| D | ecma_string.cpp | 775 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | string_table.cpp | 109 …uint32_t hashCode = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf… in GetString()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 235 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/ |
| D | ecma_string_accessor_test.cpp | 856 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument 864 EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0()
|
| D | ecma_string_test.cpp | 1478 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/ |
| D | string.cpp | 861 uint32_t String::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::coretypes::String
|