Searched refs:ComputeHashcodeUtf16 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 370 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()
|
| D | ecma_string_table.cpp | 59 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetString()
|
| D | ecma_string.cpp | 520 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | string.h | 262 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16_data, uint32_t length);
|
| /arkcompiler/runtime_core/runtime/ |
| D | string_table.cpp | 108 …uint32_t hash_code = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16_data), u… in GetString()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | string_test.cpp | 228 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/ |
| D | ecma_string_accessor_test.cpp | 824 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument 832 EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0()
|
| D | ecma_string_test.cpp | 1544 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/ |
| D | string.cpp | 674 uint32_t String::ComputeHashcodeUtf16(const uint16_t *utf16_data, uint32_t length) in ComputeHashcodeUtf16() function in panda::coretypes::String
|